pokeemerald-jp
pokeemerald-jp copied to clipboard
Remove dependency on baserom.gba
What is baserom.gba used for? Is it for data? What needs to be done to remove the need for it?
The baserom right now is used to include all of the script data, sprites, animation scripts, etc. Once these are extracted in a usable form, it will no longer be required.
Actually, it would basically need the entire game's code to be disassembled first, which can use US Emerald as a base since the US Emerald is virtually completely disassembled.
It's already disassembled, if I remember right the only raw includes right now are for binary data.
It's not decompiled, which would use US Emerald as a base.