diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-09 16:09:08 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-09 16:09:08 -0400 |
commit | aa6e5b3edc83c5223199fc52e8d92f2f0f4c338e (patch) | |
tree | 3249d3aef1192d359450b73ac3a8339b6e05ddc3 /arm9/modules/04 | |
parent | d23c7d311ba5f7b87ac111e4e66aec1674afc0ea (diff) |
Module 01 static initializer; split module 04 ro/data
Diffstat (limited to 'arm9/modules/04')
-rw-r--r-- | arm9/modules/04/asm/arm_04.s | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/arm9/modules/04/asm/arm_04.s b/arm9/modules/04/asm/arm_04.s index 8d1d699b..9928ef16 100644 --- a/arm9/modules/04/asm/arm_04.s +++ b/arm9/modules/04/asm/arm_04.s @@ -58938,9 +58938,12 @@ _0220BAB8: mov r0, r2 bx lr - .section .data + .section .rodata ; 0x0220BAC0 - .incbin "baserom.nds", 0x1411e0, 0x4100 + .incbin "baserom.nds", 0x1411e0, 0x3D4 + + .section .data + .incbin "baserom.nds", 0x1415C0, 0x3D20 .section .bss ; 0x0220FBC0 |