kuroppoi / entralinked

A standalone Game Sync emulator for Pokémon Black & White.
MIT License
105 stars 7 forks source link

Note where Pokemon White has savedata.download #28

Open zurgeg opened 8 months ago

zurgeg commented 8 months ago

Adds a single comment noting where savedata.download is handled in Pokemon White

kuroppoi commented 8 months ago

Could you check again for me? 21D7378 appears to point to the middle of function 21D72F8 which doesn't seem related

zurgeg commented 8 months ago

Could you check again for me? 21D7378 appears to point to the middle of function 21D72F8 which doesn't seem related

Hmm, I will check, yeah

zurgeg commented 8 months ago

Huh, yeah, looks like you are right. Seems like Ghidra screwed up with disassembly, since GDB says otherwise:

gdb-peda$ x/x 0x021D7378
0x21d7378:      0x00000000

I'll try and see what happened

zurgeg commented 8 months ago

Woah, that explains it... from 0x21d7378 to seemingly the end of time it appears to just be 0x000000000...