summaryrefslogtreecommitdiff
path: root/arm9/data
diff options
context:
space:
mode:
Diffstat (limited to 'arm9/data')
-rw-r--r--arm9/data/rom2_2.s3
-rw-r--r--arm9/data/rom2_3.s4
-rw-r--r--arm9/data/rom2_4.s9
3 files changed, 11 insertions, 5 deletions
diff --git a/arm9/data/rom2_2.s b/arm9/data/rom2_2.s
index 9881b0bd..35f573bf 100644
--- a/arm9/data/rom2_2.s
+++ b/arm9/data/rom2_2.s
@@ -733,6 +733,3 @@ gScriptCmdTable: ; 0x020F355C
.incbin "baserom.nds", 0xF80A0, 0xFEE0
- .global fsi_default_command
-fsi_default_command: ; 0x02103F80
- .incbin "baserom.nds", 0x107F80, 0x28b0
diff --git a/arm9/data/rom2_3.s b/arm9/data/rom2_3.s
index 14ef2fce..5d640cba 100644
--- a/arm9/data/rom2_3.s
+++ b/arm9/data/rom2_3.s
@@ -5,5 +5,5 @@
.section .data
- /* 0x02106834 */
- .incbin "baserom.nds", 0x10a834, 0x76c \ No newline at end of file
+ /* 0x02103FA4 */
+ .incbin "baserom.nds", 0x107FA4, 0x288C \ No newline at end of file
diff --git a/arm9/data/rom2_4.s b/arm9/data/rom2_4.s
new file mode 100644
index 00000000..14ef2fce
--- /dev/null
+++ b/arm9/data/rom2_4.s
@@ -0,0 +1,9 @@
+ .include "asm/macros.inc"
+ .include "global.inc"
+
+ /* rom2.s TODO: Disassemble */
+
+ .section .data
+
+ /* 0x02106834 */
+ .incbin "baserom.nds", 0x10a834, 0x76c \ No newline at end of file