diff options
Diffstat (limited to 'arm9/modules/41')
-rw-r--r-- | arm9/modules/41/asm/module_41.s | 8 | ||||
-rw-r--r-- | arm9/modules/41/src/module_41_sinit.c | 4 |
2 files changed, 4 insertions, 8 deletions
diff --git a/arm9/modules/41/asm/module_41.s b/arm9/modules/41/asm/module_41.s index 8ea279f7..594ec16c 100644 --- a/arm9/modules/41/asm/module_41.s +++ b/arm9/modules/41/asm/module_41.s @@ -2051,11 +2051,3 @@ MOD41_0225578C: ; 0x0225578C .byte 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00 - - ; .section .sinit - .global SDK_OVERLAY.MODULE_41.SINIT_START - .global SDK_OVERLAY.MODULE_41.SINIT_END -SDK_OVERLAY.MODULE_41.SINIT_START: - .word MOD41_02254840 - .word 0 -SDK_OVERLAY.MODULE_41.SINIT_END: diff --git a/arm9/modules/41/src/module_41_sinit.c b/arm9/modules/41/src/module_41_sinit.c new file mode 100644 index 00000000..9d0d5aa8 --- /dev/null +++ b/arm9/modules/41/src/module_41_sinit.c @@ -0,0 +1,4 @@ +#define NitroStaticInit MOD41_02254840 +#include "global.h" +extern void MOD41_02254840(void); +#include "sinit.h" |