diff options
Diffstat (limited to 'arm9/modules/44')
-rw-r--r-- | arm9/modules/44/asm/module_44.s | 8 | ||||
-rw-r--r-- | arm9/modules/44/src/module_44_sinit.c | 4 |
2 files changed, 4 insertions, 8 deletions
diff --git a/arm9/modules/44/asm/module_44.s b/arm9/modules/44/asm/module_44.s index 346f755c..f40d59c0 100644 --- a/arm9/modules/44/asm/module_44.s +++ b/arm9/modules/44/asm/module_44.s @@ -576,11 +576,3 @@ _02254C50: .word 0x00000663 .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xF9, 0x4B, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00 .byte 0x02, 0x00, 0x00, 0x00, 0x15, 0x4C, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - - ; .section .sinit - .global SDK_OVERLAY.MODULE_44.SINIT_START - .global SDK_OVERLAY.MODULE_44.SINIT_END -SDK_OVERLAY.MODULE_44.SINIT_START: - .word MOD44_02254840 - .word 0 -SDK_OVERLAY.MODULE_44.SINIT_END: diff --git a/arm9/modules/44/src/module_44_sinit.c b/arm9/modules/44/src/module_44_sinit.c new file mode 100644 index 00000000..8bb54dd1 --- /dev/null +++ b/arm9/modules/44/src/module_44_sinit.c @@ -0,0 +1,4 @@ +#define NitroStaticInit MOD44_02254840 +#include "global.h" +extern void MOD44_02254840(void); +#include "sinit.h" |