summaryrefslogtreecommitdiff
path: root/arm9/modules/27
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-05-09 20:22:56 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-05-09 20:22:56 -0400
commit84760b73c3b53a83144c966f81ef1c521b297323 (patch)
tree7ca3b24d9d984b725de263dc3760ba999e5e794d /arm9/modules/27
parent3a4f708cc54d990e0f7e0b4603548291e77a2278 (diff)
static init for modules 19-27
Diffstat (limited to 'arm9/modules/27')
-rw-r--r--arm9/modules/27/asm/module_27.s12
1 files changed, 10 insertions, 2 deletions
diff --git a/arm9/modules/27/asm/module_27.s b/arm9/modules/27/asm/module_27.s
index b9a2d1ca..13a97851 100644
--- a/arm9/modules/27/asm/module_27.s
+++ b/arm9/modules/27/asm/module_27.s
@@ -1448,6 +1448,14 @@ MOD27_022552D0: ; 0x022552D0
_02255338: .word 0x00000669
thumb_func_end MOD27_022552D0
- .section .data
+ .section .rodata
; 0x0225533C
- .incbin "baserom.nds", 0x28A8FC, 0xA4
+ .incbin "baserom.nds", 0x28A8FC, 0x88
+
+ ; .section .sinit
+ .global SDK_OVERLAY.MODULE_27.SINIT_START
+ .global SDK_OVERLAY.MODULE_27.SINIT_END
+SDK_OVERLAY.MODULE_27.SINIT_START:
+ .word MOD27_02254840
+ .word 0
+SDK_OVERLAY.MODULE_27.SINIT_END: