Introduction

In the Welcome amiibo free update for Animal Crossing: New Leaf, Nintendo planned to add a new menu to the TPC card, called Census Menu internally.

While the menu was scrapped, it can still be enabled by flipping a flag in the save file, suggesting that it might have been an unlockable feature. When enabled, various in-game stats are shown, such as the amount of money spent in a specific shop or the amount of balloons popped; the descriptions for each item have been deleted, but can be restored with this mod (only works if the game is set to English).

Recently, I permanently broke my save file by messing with cheats. The game still worked, but there were no items in Redd’s tent and Chip wouldn’t tell the correct first place in the Fishing Tournament; I recreated my save file by creating a new one and importing the data with a save editor, but the stats from the Census Menu didn’t move over, so I had to do it manually.

You can’t hex edit the save file because then the game will say that it’s corrupted, so you have to edit the values in RAM (using Vapecord for example), and then save the game. Since finding all the addresses wasn’t fun, here’s a list in case you need it (the save addresses are provided just because I found those first):

Addresses

ValueRAM addressesSave addresses (garden_plus.dat)
Bells earned0x31F57C10, 0x31F57C140x72510, 0x72514
Bank account0x31F57C24, 0x31F57C280x72524, 0x72528
Bells spent0x31F57C38, 0x31F57C3C0x72538, 0x7253C
Loans paid0x31F57C4C, 0x31F57C500x7254C, 0x72550
Turnips bought0x31F57C60, 0x31F57C640x72560, 0x72564
Turnips sold0x31F57C74, 0x31F57C780x72574, 0x72578
Turnip expenses0x31F57C88, 0x31F57C8C0x72588, 0x7258C
Turnip profits0x31F57C9C, 0x31F57CA00x7259C, 0x725A0
Public works expenses0x31F57CB0, 0x31F57CB40x725B0, 0x725B4
Recycle Shop earnings0x31F57CC4, 0x31F57CC80x725C4, 0x725C8
Flowers watered0x31F57CD8, 0x31F57CDC0x725D8, 0x725DC
Fish caught0x31F57CEC, 0x31F57CF00x725EC, 0x725F0
Bugs caught0x31F57D00, 0x31F57D040x72600, 0x72604
Sea creatures caught0x31F57D14, 0x31F57D180x72614, 0x72618
Public works built0x31F57D280x72628
Fruit grown0x31F57D3C0x7263C
Perfect fruits grown0x31F57D500x72650
Fruits grown on the beach0x31F57D640x72664
Flowers planted0x31F57D78, 0x31F57D7C0x72678, 0x7267C
Trees planted0x31F57D8C, 0x31F57D900x7268C, 0x72690
Trees cut down0x31F57DA0, 0x31F57DA40x726A0, 0x726A4
K.K. Slider concerts0x31F57DC8, 0x31F57DCC0x726C8, 0x726CC
Shrunk sketches0x31F57DDC, 0x31F57DE00x726DC, 0x726E0
Badges obtained0x31F57DF0, 0x31F57DF40x726F0, 0x726F4
Art pieces bought0x31F57E04, 0x31F57E080x72704, 0x72708
Letters sent0x31F57E18, 0x31F57E1C0x72718, 0x7271C
Furniture customized0x31F57E2C, 0x31F57E300x7272C, 0x72730
Nookling’s expenses0x31F57E40, 0x31F57E440x72740, 0x72744
Gracie’s expenses0x31F57E54, 0x31F57E580x72754, 0x72758
Gardening shop expenses0x31F57E68, 0x31F57E6C0x72768, 0x7276C
Weeds pulled0x31F57E7C, 0x31F57E800x7277C, 0x72780
StreetPass visitors0x31F57ECC, 0x31F57ED0Unknown
Towns visited0x31F57EE0, 0x31F57EE40x727E0, 0x727E4
amiibo used0x31F57F08, 0x31F57F0C0x72808, 0x7280C
Jobs at The Roost0x31F57F1C, 0x31F57F200x7281C, 0x72820
Fossils analyzed0x31F57F30, 0x31F57F340x72830, 0x72834
Island tours0x31F57F5C0x7285C
Helped Gulliver0x31F57F6C, 0x31F57F700x7286C, 0x72870
Shampoodle visits0x31F57F80, 0x31F57F840x72880, 0x72884
Island visits0x31F57F94, 0x31F57F980x72894, 0x72898
Scallops given to Pascal0x31F57FA8, 0x31F57FAC0x728A8, 0x728AC
Balloons popped0x31F57FD0, 0x31F57FD40x728D0, 0x728D4
Unknown0x31F580AC, 0x31F580B00x729AC, 0x729B0
Sahara redecorations0x31F58100, 0x31F581040x72A00, 0x72A04
Lost items returned0x31F58110, 0x31F581140x72A10, 0x72A14
Villagers visited0x31F58124, 0x31F581280x72A24, 0x72A28
Visited by villagers0x31F58138, 0x31F5813C0x72A38, 0x72A3C
Hide and seek matches0x31F5814C, 0x31F581500x72A4C, 0x72A50
Unknown0x31F58174, 0x31F581780x72A74, 0x72A78
Unknown0x31F58188, 0x31F5818C0x72A88, 0x72A8C
DJ K.K. visits0x31F581B0, 0x31F581B40x72AB0, 0x72AB4
Initiatives completed0x31F58200, 0x31F582040x72B00, 0x72B04
Coupons earned0x31F58214, 0x31F582180x72B14, 0x72B18
Coupons spent0x31F58228, 0x31F5822C0x72B28, 0x72B2C
Able Sisters’ expenses0x31F71390, 0x31F713940x72790, 0x72794
Kicks’ expenses0x31F713A4, 0x31F713A80x727A4, 0x727A8
Katrina visits0x31F713B8, 0x31F713BC0x727B8, 0x727BC

Tools used

  • ImHex
    • To analyze the save/RAM dumps and find the values and addresses
  • NLSE
    • To export data from my old save and import it in the new one
  • Marc Robledo’s save editor
    • To add a few missing things after importing with NLSE
  • Citra (PabloMK7’s fork)
    • To create the new save and test various things
  • Vapecord
    • To dump and edit the RAM and find some values
  • ChatGPT
    • It was super helpful to fill in most of the missing addresses once I found the pattern

Other stuff

Info

If you have something to add or fix in this table, you can contact me on Telegram or fork this website on GitHub and open a pull request.