diff options
Diffstat (limited to 'asm/rom.s')
-rwxr-xr-x | asm/rom.s | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,3 +1,3 @@ - .text + .section rom, "aw", %progbits -.incbin "baserom.gba", 0x55694, 0x66693C +.incbin "baserom.gba", 0x556D0, 0x666900 |