Recent content by ayaya

  1. A

    ROM Hack [Spider] Animal Crossing: New Leaf RAM Editing Thread

    Did you change the color of your town hall and/or station? If so, you can follow the instructions I wrote here to fix this. If you don't know what your original town ID was, you can search the RAM dump for another instance (not the one that follows 0x5C738-0x5C739, and not an instance where it's...
  2. A

    ROM Hack [Spider] Animal Crossing: New Leaf RAM Editing Thread

    I tested my theory. Here's a summary, for those who missed it: the game uses your hidden town ID to determine the colors of your town hall and station. 0x5C738-0x5C739 is just one instance of your town ID, it is also committed to memory at many other offsets. Changing one instance but not the...
  3. A

    ROM Hack [Spider] Animal Crossing: New Leaf RAM Editing Thread

    Sorry for my poor wording; you did say in your original post that any value that corresponds to a given color will always change your town hall/station to that color, yes. What I meant is that the value from 0x5C738-0x5C739 might control more than just that, since it also acts as the town ID and...
  4. A

    ROM Hack [Spider] Animal Crossing: New Leaf RAM Editing Thread

    After changing both my total hours and days spent ingame to 500, it occurred to me that Phineas never came around to give me the associated badges. I realized that the hours logged at offset 0x5C730 and the days at 0x5C7BA must keep track of the cumulative playtime of all player characters (I...
  5. A

    ROM Hack [Spider] Animal Crossing: New Leaf RAM Editing Thread

    Offset 0x28 is where the mayor character's tan level is stored. I'm assuming that characters 2-4 also have their tan level stored at the offset following their eye color. The changes from value to value are very subtle:
  6. A

    ROM Hack [Spider] Animal Crossing: New Leaf RAM Editing Thread

    The grass shape is stored at offset 0x4DA01. 00 = Triangles (Squares in winter), 01 = Circles (Stars in winter), 02 = Squares (Hexagons in winter). I'm still looking for the station and town hall colors.
  7. A

    ROM Hack [Spider] Animal Crossing: New Leaf RAM Editing Thread

    I've been analyzing several RAM dumps and I thought I should share my findings: The byte at offset 0x49526 corresponds with the size of your town tree. If you change the byte's value, the tree's size will update to reflect your change, but it will revert to what it should be next time you load...