summaryrefslogtreecommitdiff
path: root/arm9/modules/47
diff options
context:
space:
mode:
Diffstat (limited to 'arm9/modules/47')
-rw-r--r--arm9/modules/47/asm/module_47.s8
-rw-r--r--arm9/modules/47/src/module_47_sinit.c4
2 files changed, 4 insertions, 8 deletions
diff --git a/arm9/modules/47/asm/module_47.s b/arm9/modules/47/asm/module_47.s
index 159d2c30..56a71aff 100644
--- a/arm9/modules/47/asm/module_47.s
+++ b/arm9/modules/47/asm/module_47.s
@@ -1504,11 +1504,3 @@ _0225539C: .word 0x022553F0
.byte 0x35, 0x50, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x81, 0x50, 0x25, 0x02
.byte 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0xD9, 0x50, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00
.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
-
- ; .section .sinit
- .global SDK_OVERLAY.MODULE_47.SINIT_START
- .global SDK_OVERLAY.MODULE_47.SINIT_END
-SDK_OVERLAY.MODULE_47.SINIT_START:
- .word MOD47_02254840
- .word 0
-SDK_OVERLAY.MODULE_47.SINIT_END:
diff --git a/arm9/modules/47/src/module_47_sinit.c b/arm9/modules/47/src/module_47_sinit.c
new file mode 100644
index 00000000..f8e3041a
--- /dev/null
+++ b/arm9/modules/47/src/module_47_sinit.c
@@ -0,0 +1,4 @@
+#define NitroStaticInit MOD47_02254840
+#include "global.h"
+extern void MOD47_02254840(void);
+#include "sinit.h"