diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-04-20 13:11:51 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-04-20 13:11:51 -0400 |
commit | 84e6fbb44f67343e587b8b5758bca0671f01bf8c (patch) | |
tree | de28abd681fca08ac1e66f817b369a25acab933b /asm | |
parent | 388dbcaef64532c14fb94b9e649f297ffe08e221 (diff) |
migrate data symbols to string_util.c
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
|