summaryrefslogtreecommitdiff
path: root/asm
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2020-04-20 13:11:51 -0400
committerProjectRevoTPP <projectrevotpp@hotmail.com>2020-04-20 13:11:51 -0400
commit84e6fbb44f67343e587b8b5758bca0671f01bf8c (patch)
treede28abd681fca08ac1e66f817b369a25acab933b /asm
parent388dbcaef64532c14fb94b9e649f297ffe08e221 (diff)
migrate data symbols to string_util.c
Diffstat (limited to 'asm')
-rw-r--r--asm/rom2.s2
-rw-r--r--asm/rom2_2.s7
2 files changed, 8 insertions, 1 deletions
diff --git a/asm/rom2.s b/asm/rom2.s
index e3c5dfc9..6b80f56e 100644
--- a/asm/rom2.s
+++ b/asm/rom2.s
@@ -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