diff options
Diffstat (limited to 'asm')
-rw-r--r-- | asm/rom2.s | 5 | ||||
-rw-r--r-- | asm/rom2_2.s | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -126,4 +126,7 @@ FUN_020EC5CC: .global FUN_020EC694 FUN_020EC694: -.incbin "baserom.nds", 0xF0694, 0x474 +.incbin "baserom.nds", 0xF0694, 0x7C + + .section .data +.incbin "baserom.nds", 0xF0710, 0x3F8 diff --git a/asm/rom2_2.s b/asm/rom2_2.s index ce26e3bf..b1f43c5c 100644 --- a/asm/rom2_2.s +++ b/asm/rom2_2.s @@ -3,7 +3,7 @@ /* rom2.s TODO: Disassemble */
-.section .text
+.section .data
.incbin "baserom.nds", 0xF0B50, 0x6A0C
|