diff options
Diffstat (limited to 'arm9/modules/32')
-rw-r--r-- | arm9/modules/32/asm/module_32.s | 8 | ||||
-rw-r--r-- | arm9/modules/32/src/module_32_sinit.c | 4 |
2 files changed, 4 insertions, 8 deletions
diff --git a/arm9/modules/32/asm/module_32.s b/arm9/modules/32/asm/module_32.s index fa319f00..d75a5d63 100644 --- a/arm9/modules/32/asm/module_32.s +++ b/arm9/modules/32/asm/module_32.s @@ -580,11 +580,3 @@ _02254C50: .word 0x00000663 .byte 0x00, 0x00, 0x00, 0x00, 0x59, 0x4B, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 .byte 0xE9, 0x4B, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x09, 0x4C, 0x25, 0x02 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - - ; .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: diff --git a/arm9/modules/32/src/module_32_sinit.c b/arm9/modules/32/src/module_32_sinit.c new file mode 100644 index 00000000..cf500b6e --- /dev/null +++ b/arm9/modules/32/src/module_32_sinit.c @@ -0,0 +1,4 @@ +#define NitroStaticInit MOD32_02254840 +#include "global.h" +extern void MOD32_02254840(void); +#include "sinit.h" |