maael / nook

🐘 A website to track your collections and share custom designs in Animal Crossing: New Horizons!
https://nook.services
15 stars 1 forks source link

Wrong data with southernMonths #5

Closed drallieiv closed 4 years ago

drallieiv commented 4 years ago

Seems that you put in your fish/bug data that Souther Month are the opposite of Northern month.

That lands true for fish/bugs that are available for 6 month, but wrong for all other cases.

It should be offseted by 6 months (plus or minus doesn't change anything).

Suckerfish for example is June to Sept Northern, but October to May Southern in your dataset. Where it should be December to March.

Same seems to applies to all Southern data

maael commented 4 years ago

Hey, thanks for spotting this!

I've fixed this here by changing to calculate the southern hemisphere values by offsetting them by +6 like you suggested, instead of the inversion of the northern months like I was previously doing.

If you notice an issue or think I've got this wrong, let me know and reopen this!