summaryrefslogtreecommitdiff
path: root/arm9/data
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-05-07 19:39:53 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-05-07 19:39:53 -0400
commit994cfcbc9a1e42043b25ae3ab6471b8ecbd55ff1 (patch)
tree836736bec38533dc7b06db3b34d1973c38f3bde9 /arm9/data
parent34ec05f983cec0517765640d084f58e86aa20d79 (diff)
FS_rom.c
Diffstat (limited to 'arm9/data')
-rw-r--r--arm9/data/rom2_2.s2
-rw-r--r--arm9/data/rom2_3.s8
2 files changed, 9 insertions, 1 deletions
diff --git a/arm9/data/rom2_2.s b/arm9/data/rom2_2.s
index d5055773..ee7cadd3 100644
--- a/arm9/data/rom2_2.s
+++ b/arm9/data/rom2_2.s
@@ -731,4 +731,4 @@ gScriptCmdTable: ; 0x020F355C
.word FUN_0203AF84
.word FUN_0203AFA4
-.incbin "baserom.nds", 0xF80A0, 0x12F00
+.incbin "baserom.nds", 0xF80A0, 0x12790
diff --git a/arm9/data/rom2_3.s b/arm9/data/rom2_3.s
new file mode 100644
index 00000000..43bd3cf2
--- /dev/null
+++ b/arm9/data/rom2_3.s
@@ -0,0 +1,8 @@
+ .include "asm/macros.inc"
+ .include "global.inc"
+
+ /* rom2.s TODO: Disassemble */
+
+ .section .data
+
+ .incbin "baserom.nds", 0x10a834, 0x76c \ No newline at end of file