diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-09 20:49:10 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-09 20:49:10 -0400 |
commit | fc6f621d01f371f03ae49862819352bfc71abd05 (patch) | |
tree | ece36837129349e9a3afb43bcbf758266522023b /arm9/modules/32 | |
parent | 84760b73c3b53a83144c966f81ef1c521b297323 (diff) |
Modules 28-33 static initializers
Diffstat (limited to 'arm9/modules/32')
-rw-r--r-- | arm9/modules/32/asm/module_32.s | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/arm9/modules/32/asm/module_32.s b/arm9/modules/32/asm/module_32.s index 135a9b15..299432f1 100644 --- a/arm9/modules/32/asm/module_32.s +++ b/arm9/modules/32/asm/module_32.s @@ -571,6 +571,14 @@ _02254C48: _02254C50: .word 0x00000663 thumb_func_end MOD32_02254C08 - .section .data + .section .rodata ; 0x02254C54 - .incbin "baserom.nds", 0x28DC14, 0x8C + .incbin "baserom.nds", 0x28DC14, 0x70 + + ; .section .sinit + .global SDK_OVERLAY.MODULE_32.SINIT_START + .global SDK_OVERLAY.MODULE_32.SINIT_END +SDK_OVERLAY.MODULE_32.SINIT_START: + .word MOD32_02254840 + .word 0 +SDK_OVERLAY.MODULE_32.SINIT_END: |