I finally have my copy of NO$GBA, but for the life of me, I can't figure out one important thing: how the hell do I get "Assemble File" to assemble code into a pre-existing ROM? If it's at all possible?
I tried the ".norewrite" option in my ASM code, but the org directive still gets ignored and everything compiles at the beginning of the ROM, destroying the header and corrupting the file.
Goldroad follows org directives, but it doesn't seem to have a .norewrite like NO$GBA: the code compiles to the right place, but the end result is a ROM that's blank except for my code.
Am I missing something?