marcrobledo / acnl-editor

An Animal Crossing: New Leaf savegame editor made in HTML5
https://www.marcrobledo.com/acnl-editor/
MIT License
153 stars 33 forks source link

'PLAYER_BADGE11_VALUE' Isn't Actually Related to Badges #42

Closed Slattz closed 5 years ago

Slattz commented 5 years ago

The encrypted value at the PLAYER_BADGE11_VALUE offset is not for badges, but rather for unlocking Cyrus. The value here is used by the game to keep track of the total worth of the items the player has sold to Reese (Cyrus only wakes after this reaches 100,000 Bells). Therefore, it shouldn't be used for badges as it's not related to them. 🙂