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/30 | |
parent | 84760b73c3b53a83144c966f81ef1c521b297323 (diff) |
Modules 28-33 static initializers
Diffstat (limited to 'arm9/modules/30')
-rw-r--r-- | arm9/modules/30/asm/module_30.s | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/arm9/modules/30/asm/module_30.s b/arm9/modules/30/asm/module_30.s index 36581e76..924f7ad0 100644 --- a/arm9/modules/30/asm/module_30.s +++ b/arm9/modules/30/asm/module_30.s @@ -731,4 +731,12 @@ _02254D9C: .word 0x040002A8 .section .data ; 0x02254DA0 - .incbin "baserom.nds", 0x28D160, 0xA0 + .incbin "baserom.nds", 0x28D160, 0x88 + + ; .section .sinit + .global SDK_OVERLAY.MODULE_30.SINIT_START + .global SDK_OVERLAY.MODULE_30.SINIT_END +SDK_OVERLAY.MODULE_30.SINIT_START: + .word MOD30_02254840 + .word 0 +SDK_OVERLAY.MODULE_30.SINIT_END: |