diff options
Diffstat (limited to 'arm9/modules/34')
-rw-r--r-- | arm9/modules/34/asm/module_34.s | 8 | ||||
-rw-r--r-- | arm9/modules/34/src/module_34_sinit.c | 4 |
2 files changed, 4 insertions, 8 deletions
diff --git a/arm9/modules/34/asm/module_34.s b/arm9/modules/34/asm/module_34.s index e08716c1..e69ff4f1 100644 --- a/arm9/modules/34/asm/module_34.s +++ b/arm9/modules/34/asm/module_34.s @@ -599,11 +599,3 @@ _02254C6C: .word 0x02254C94 .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0xB5, 0x4B, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00 .byte 0x03, 0x00, 0x00, 0x00, 0xE9, 0x4B, 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_34.SINIT_START - .global SDK_OVERLAY.MODULE_34.SINIT_END -SDK_OVERLAY.MODULE_34.SINIT_START: - .word MOD34_02254840 - .word 0 -SDK_OVERLAY.MODULE_34.SINIT_END: diff --git a/arm9/modules/34/src/module_34_sinit.c b/arm9/modules/34/src/module_34_sinit.c new file mode 100644 index 00000000..80d96e0a --- /dev/null +++ b/arm9/modules/34/src/module_34_sinit.c @@ -0,0 +1,4 @@ +#define NitroStaticInit MOD34_02254840 +#include "global.h" +extern void MOD34_02254840(void); +#include "sinit.h" |