GBAtemp.net - The Independent Video Game Community

DarkFlare69
DarkFlare69
I'm not making a thread about it. You can execute any RAM hacks (code.bin) and it'll support multiple code.bin files, like code01.bin, code02.bin, ect so you can use multiple codes at once and you don't have to merge files.
Fishaman P
Fishaman P
So, essentially a GUI for selecting existing code.bins?
DarkFlare69
DarkFlare69
It's just like Spider3DS, except this one supports multiple code.bin files, while Spider3DS can only load one file at a time.Plus, this URL is shorter so you don't have to type in a longass URL each time :p
Fishaman P
Fishaman P
The problem is, I have several code.bins that modify the same addresses, but in different ways. I don't see a use to the tool as it is.
DarkFlare69
DarkFlare69
The same address? That won't work. You're telling it to do one thing, and then another? That'll cause an argument error and most likely crash your game.
Fishaman P
Fishaman P
Either you're completely misunderstanding what I'm saying, or you have no idea how your own app works.
DarkFlare69
DarkFlare69
I'm probably misunderstanding you. But with my coeing experience, you can't tell the game to do one thing and then another, without a timer or button activator. "I have multiple code.bin files that modify the same addresses."
DarkFlare69
DarkFlare69
Let's pretend the address 80003458 holds the data for the speed of the car in a game. From what I understanfunderstand youre saying, you're telling it to do onr thing, and another.
80003458 3800FFFF
80003458 38000000
won't work...

Correct me if I misunderstand what you're saying.
Fishaman P
Fishaman P
Well, for one, that would be functionally equivalent to
80003458 38000000
and should work just fine. But that's not my point anyway.
Fishaman P
Fishaman P
For example, I have a code.bin for Pokemon X/Y/OR/AS that clones the Pokemon from the PC in Box 1 Slot 1 to Box 1 Slot 2. I have another one, for use at a different time, that reads pokemon.ekx from the SD card and writes it to PC Box 1 Slot 1. I have no need to combine the two, but rather select between them when I run the Spider exploit.