FFV RAM map

From FF5 Hacking Wiki
Revision as of 13:23, 1 April 2019 by Samurai goroh (talk | contribs) (Adding a note on how to convert from SNES RAM to PS RAM)
Jump to navigation Jump to search


WIP

Note: Super Nintendo RAM address can be easily converted to Play Station RAM addresses as the game is a exact copy, the addresses will just be shifted. Instead of starting at $7E0000 (or just $0000) you start at address $02E000, in other words:

   PS address = SNES address - $7B2000