diff options
author | Demki <mordbz@gmail.com> | 2020-05-11 03:03:25 +0300 |
---|---|---|
committer | Demki <mordbz@gmail.com> | 2020-05-11 03:06:27 +0300 |
commit | bc005e7d2537150516119f7074bb767c054de722 (patch) | |
tree | 83e127100c7af68c6e92fcd4d0419a8a5c73b8bb /arm9/modules/32/asm/module_32.s | |
parent | 8f09b9e7138325b4ec2255a1c0a58f385e586f1b (diff) | |
parent | 49e14283e13c146018f2a2785dfc77e0e1ff5368 (diff) |
Merge from upstream
Diffstat (limited to 'arm9/modules/32/asm/module_32.s')
-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: |