summaryrefslogtreecommitdiff
path: root/arm9/modules/29
diff options
context:
space:
mode:
Diffstat (limited to 'arm9/modules/29')
-rw-r--r--arm9/modules/29/asm/module_29.s8
-rw-r--r--arm9/modules/29/src/module_29_sinit.c4
2 files changed, 4 insertions, 8 deletions
diff --git a/arm9/modules/29/asm/module_29.s b/arm9/modules/29/asm/module_29.s
index 1d279ddc..8744eadd 100644
--- a/arm9/modules/29/asm/module_29.s
+++ b/arm9/modules/29/asm/module_29.s
@@ -1132,11 +1132,3 @@ MOD29_0225508C: ; 0x0225508C
.byte 0x00, 0x00, 0x00, 0x00, 0x11, 0x4D, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
.byte 0xF5, 0x4D, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x11, 0x4E, 0x25, 0x02
.byte 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
-
- ; .section .sinit
- .global SDK_OVERLAY.MODULE_29.SINIT_START
- .global SDK_OVERLAY.MODULE_29.SINIT_END
-SDK_OVERLAY.MODULE_29.SINIT_START:
- .word MOD29_02254840
- .word 0
-SDK_OVERLAY.MODULE_29.SINIT_END:
diff --git a/arm9/modules/29/src/module_29_sinit.c b/arm9/modules/29/src/module_29_sinit.c
new file mode 100644
index 00000000..77fee47c
--- /dev/null
+++ b/arm9/modules/29/src/module_29_sinit.c
@@ -0,0 +1,4 @@
+#define NitroStaticInit MOD29_02254840
+#include "global.h"
+extern void MOD29_02254840(void);
+#include "sinit.h"