summaryrefslogtreecommitdiff
path: root/arm9/modules/36
diff options
context:
space:
mode:
Diffstat (limited to 'arm9/modules/36')
-rw-r--r--arm9/modules/36/asm/module_36.s8
-rw-r--r--arm9/modules/36/src/module_36_sinit.c4
2 files changed, 4 insertions, 8 deletions
diff --git a/arm9/modules/36/asm/module_36.s b/arm9/modules/36/asm/module_36.s
index 4c84dc7b..75b165b9 100644
--- a/arm9/modules/36/asm/module_36.s
+++ b/arm9/modules/36/asm/module_36.s
@@ -1577,11 +1577,3 @@ _022553E4: .word 0x0000066A
.byte 0x06, 0x00, 0x00, 0x00, 0xE1, 0x51, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00
.byte 0x0D, 0x52, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x9D, 0x53, 0x25, 0x02
.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
-
- ; .section .sinit
- .global SDK_OVERLAY.MODULE_36.SINIT_START
- .global SDK_OVERLAY.MODULE_36.SINIT_END
-SDK_OVERLAY.MODULE_36.SINIT_START:
- .word MOD36_02254840
- .word 0
-SDK_OVERLAY.MODULE_36.SINIT_END:
diff --git a/arm9/modules/36/src/module_36_sinit.c b/arm9/modules/36/src/module_36_sinit.c
new file mode 100644
index 00000000..b365faa7
--- /dev/null
+++ b/arm9/modules/36/src/module_36_sinit.c
@@ -0,0 +1,4 @@
+#define NitroStaticInit MOD36_02254840
+#include "global.h"
+extern void MOD36_02254840(void);
+#include "sinit.h"