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/29 | |
parent | 84760b73c3b53a83144c966f81ef1c521b297323 (diff) |
Modules 28-33 static initializers
Diffstat (limited to 'arm9/modules/29')
-rw-r--r-- | arm9/modules/29/asm/module_29.s | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/arm9/modules/29/asm/module_29.s b/arm9/modules/29/asm/module_29.s index 818f41aa..db3f5ab8 100644 --- a/arm9/modules/29/asm/module_29.s +++ b/arm9/modules/29/asm/module_29.s @@ -1121,6 +1121,14 @@ MOD29_0225508C: ; 0x0225508C .align 2, 0 thumb_func_end MOD29_0225508C - .section .data + .section .rodata ; 0x0225509C - .incbin "baserom.nds", 0x28CA5C, 0xA4 + .incbin "baserom.nds", 0x28CA5C, 0x90 + + ; .section .sinit + .global SDK_OVERLAY.MODULE_29.SINIT_START + .global SDK_OVERLAY.MODULE_29.SINIT_END +SDK_OVERLAY.MODULE_29.SINIT_START: + .word MOD29_02254840 + .word 0 +SDK_OVERLAY.MODULE_29.SINIT_END: |