-
Notifications
You must be signed in to change notification settings - Fork 2
Description
In the DIY section for other emulators it is said that to pinpoint where ToxBox should do it's magic one must write a unique value "at 0x02000000 in the NDS address space" to sniff for it in the emulated DS' memory.
The first part has me a bit confused, Should I open the game rom itself in a hex editor and plant my sniffing value at 0x02000000? If I understood correctly that location is Europe rom only, so how would I go about finding the magic position for other versions? I personally wouldn't mind learning some more and help iron out those kinks. Who knows, maybe a crowdsourced list of preconfigured addresses for emulator and rom combos could be made!
EDIT: Over at the 3ds modding realm this exists.
https://github.com/shocoman/Analog-Controls-for-NDS-Games-on-3DS
It looks like they have successfully located the addresses the game operates in when the touch screen control method is used across all versions. After some hoopla within unused memory they manage to get the 3DS extra buttons to talk to the game. Is this useful in any way?