Post subject: In RAM Search, where are the addresses located on hardware?
tom_mai78101
He/Him
Player (100)
Joined: 3/16/2015
Posts: 160
I've noticed when doing RAM watching / searching, and switching Bizhawk to no$gba debugger, I can't tell exactly where the RAM addresses are located in both emulators. Is it correct for me to assume the Bizhawk RAM addresses are mapped 1-to-1 to no$gba's Fast WRAM addresses? 0021 in Bizhawk (size 1) is 03000020h+0x1 in no$gba (bytes, offset 1) 24E1 in Bizhawk (size 1) is 030024E0h+0x1 in no$gba (bytes, offset 1) 0AAC in Bizhawk (size 1) is 03000AACh+0x0 in no$gba (bytes, offset 0) Thanks in advance.