diff options
Diffstat (limited to 'asm/arm7_rom.s')
-rw-r--r-- | asm/arm7_rom.s | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/asm/arm7_rom.s b/asm/arm7_rom.s index 1a02882d..9093c546 100644 --- a/asm/arm7_rom.s +++ b/asm/arm7_rom.s @@ -2,5 +2,9 @@ .section .text .global Entry_ARM7 -Entry_ARM7: - .incbin "baserom.nds", 0x30D000, 0x2931C +Entry_ARM7: @ 0x02380000 + .incbin "baserom.nds", 0x30D000, 0x158 + + .global ARM7AutoLoad +ARM7AutoLoad: @ 0x02380158 + .incbin "baserom.nds", 0x30D158, 0x291C4 |