diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-09 20:22:56 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-09 20:22:56 -0400 |
commit | 84760b73c3b53a83144c966f81ef1c521b297323 (patch) | |
tree | 7ca3b24d9d984b725de263dc3760ba999e5e794d /arm9/modules/23/asm/module_23.s | |
parent | 3a4f708cc54d990e0f7e0b4603548291e77a2278 (diff) |
static init for modules 19-27
Diffstat (limited to 'arm9/modules/23/asm/module_23.s')
-rw-r--r-- | arm9/modules/23/asm/module_23.s | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/arm9/modules/23/asm/module_23.s b/arm9/modules/23/asm/module_23.s index 6688578e..a5adabbb 100644 --- a/arm9/modules/23/asm/module_23.s +++ b/arm9/modules/23/asm/module_23.s @@ -2789,6 +2789,14 @@ _02255C96: _02255CB8: .word 0x022560D0 thumb_func_end MOD23_02255C6C - .section .data + .section .rodata ; 0x02255CBC - .incbin "baserom.nds", 0x28807C, 0x484 + .incbin "baserom.nds", 0x28807C, 0x46C + + ; .section .sinit + .global SDK_OVERLAY.MODULE_23.SINIT_START + .global SDK_OVERLAY.MODULE_23.SINIT_END +SDK_OVERLAY.MODULE_23.SINIT_START: + .word MOD23_02254840 + .word 0 +SDK_OVERLAY.MODULE_23.SINIT_END: |