Difference between revisions of "FFV RAM map"

From FF5 Hacking Wiki
Jump to navigation Jump to search
m (Added a link to google spreadsheets to be used as reference)
m (Adding a note on how to convert from SNES RAM to PS RAM)
Line 6: Line 6:
 
WIP
 
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
  
 
[[Category:List]]
 
[[Category:List]]
 
[[Category:SNES]]
 
[[Category:SNES]]
 
[[Category:Needs work]]
 
[[Category:Needs work]]

Revision as of 13:23, 1 April 2019


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