>>42332329>Disassemblies: https://github.com/pret/So, if I wanted to change every trainer in Pokémon Emerald who has at least two monsters into a double battle, literally all I would have to do is:
>Download the pokeemerald repository>Edit /src/data/trainers.h to make single battles into double battles (cross-referencing with /src/data/trainer_parties.h to ensure that trainers who have only a single monster remain single battles)>Compile to a .gba file>Run in an emulatorIs making a romhack really THAT simple? I thought it involved a lot of hexediting and stuff.