FiendsOfTheElements / FF1Randomizer

A randomizer for Final Fantasy 1 on the NES.
http://finalfantasyrandomizer.com
GNU General Public License v3.0
82 stars 46 forks source link

Show Treasure Chests as Open #123

Open dhmoeller opened 6 years ago

dhmoeller commented 6 years ago

If you open a chest and get the item (not "Can't Hold") then show a different tile for that treasure chest to indicate that it has already been opened.

Entroper commented 6 years ago

At the end of LoadSMTilesetData in Bank0F (1F in the expanded ROM) is where we can scan the tileset properties/attributes for treasures, and set them to open.

All of the CHR data that gets loaded has 6 unused characters at the end, we can swap two (or four) of these for characters that look like opened chests.

Kronoan commented 6 years ago

I too would appreciate this as I have a bad memory sometimes and having to check the same chest multiple times because I can't tell that I already opened it eats up a lot of time for me when I do randomizer.

blackknight36 commented 4 years ago

Would love this as well. It's not easy to remember what you've already opened.