diff options
Diffstat (limited to 'arm9/modules/43')
-rw-r--r-- | arm9/modules/43/asm/module_43.s | 8 | ||||
-rw-r--r-- | arm9/modules/43/src/module_43_sinit.c | 4 |
2 files changed, 4 insertions, 8 deletions
diff --git a/arm9/modules/43/asm/module_43.s b/arm9/modules/43/asm/module_43.s index 517cdaac..667029af 100644 --- a/arm9/modules/43/asm/module_43.s +++ b/arm9/modules/43/asm/module_43.s @@ -1150,11 +1150,3 @@ _022550A2: .byte 0x01, 0x00, 0x00, 0x00, 0x4D, 0x4D, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 .byte 0xA9, 0x4D, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00 - - ; .section .sinit - .global SDK_OVERLAY.MODULE_43.SINIT_START - .global SDK_OVERLAY.MODULE_43.SINIT_END -SDK_OVERLAY.MODULE_43.SINIT_START: - .word MOD43_02254840 - .word 0 -SDK_OVERLAY.MODULE_43.SINIT_END: diff --git a/arm9/modules/43/src/module_43_sinit.c b/arm9/modules/43/src/module_43_sinit.c new file mode 100644 index 00000000..8143a29f --- /dev/null +++ b/arm9/modules/43/src/module_43_sinit.c @@ -0,0 +1,4 @@ +#define NitroStaticInit MOD43_02254840 +#include "global.h" +extern void MOD43_02254840(void); +#include "sinit.h" |