diff options
Diffstat (limited to 'asm')
-rw-r--r-- | asm/rom2.s | 2 | ||||
-rw-r--r-- | asm/rom2_2.s | 7 |
2 files changed, 8 insertions, 1 deletions
@@ -140,4 +140,4 @@ FUN_020EC5CC: .global FUN_020EC694 FUN_020EC694: -.incbin "baserom.nds", 0xF0694, 0x1b090 +.incbin "baserom.nds", 0xF0694, 0x474 diff --git a/asm/rom2_2.s b/asm/rom2_2.s new file mode 100644 index 00000000..3f97d6a6 --- /dev/null +++ b/asm/rom2_2.s @@ -0,0 +1,7 @@ +.include "asm/macros.inc"
+
+/* rom2.s TODO: Disassemble */
+
+.section .text
+
+.incbin "baserom.nds", 0xF0B50, 0x1ABD4
|