summaryrefslogtreecommitdiff
path: root/arm9/data
diff options
context:
space:
mode:
Diffstat (limited to 'arm9/data')
-rw-r--r--arm9/data/rom2.s2
-rw-r--r--arm9/data/rom2_2.s2
-rw-r--r--arm9/data/rom2_3.s2
3 files changed, 3 insertions, 3 deletions
diff --git a/arm9/data/rom2.s b/arm9/data/rom2.s
index 0f18b45a..9650cc4c 100644
--- a/arm9/data/rom2.s
+++ b/arm9/data/rom2.s
@@ -2,6 +2,6 @@
.include "asm/macros.inc"
.include "global.inc"
- .data
+ .section .rodata
.incbin "baserom.nds", 0xF0710, 0x3F8 ; this does not seem to be code
diff --git a/arm9/data/rom2_2.s b/arm9/data/rom2_2.s
index 35f573bf..48e1bab8 100644
--- a/arm9/data/rom2_2.s
+++ b/arm9/data/rom2_2.s
@@ -3,7 +3,7 @@
/* rom2.s TODO: Disassemble */
-.section .data
+.section .rodata
.incbin "baserom.nds", 0xF0B50, 0x6A0C
diff --git a/arm9/data/rom2_3.s b/arm9/data/rom2_3.s
index 5d640cba..8b047886 100644
--- a/arm9/data/rom2_3.s
+++ b/arm9/data/rom2_3.s
@@ -6,4 +6,4 @@
.section .data
/* 0x02103FA4 */
- .incbin "baserom.nds", 0x107FA4, 0x288C \ No newline at end of file
+ .incbin "baserom.nds", 0x107FA4, 0x2888 \ No newline at end of file