diff options
Diffstat (limited to 'arm9/modules/28')
-rw-r--r-- | arm9/modules/28/asm/module_28.s | 8 | ||||
-rw-r--r-- | arm9/modules/28/src/module_28_sinit.c | 4 |
2 files changed, 4 insertions, 8 deletions
diff --git a/arm9/modules/28/asm/module_28.s b/arm9/modules/28/asm/module_28.s index faaa636a..beb0e25c 100644 --- a/arm9/modules/28/asm/module_28.s +++ b/arm9/modules/28/asm/module_28.s @@ -2977,14 +2977,6 @@ _02255E74: .word 0x00000163 .byte 0x19, 0x4C, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x19, 0x4F, 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_28.SINIT_START - .global SDK_OVERLAY.MODULE_28.SINIT_END -SDK_OVERLAY.MODULE_28.SINIT_START: - .word MOD28_02254840 - .word 0 -SDK_OVERLAY.MODULE_28.SINIT_END: - .section .data ; 0x02255F20 .byte 0x69, 0x63, 0x6F, 0x6E, 0x5B, 0x25, 0x64, 0x5D, 0x20, 0x52, 0x45, 0x46, 0x5B, 0x25, 0x64, 0x5D diff --git a/arm9/modules/28/src/module_28_sinit.c b/arm9/modules/28/src/module_28_sinit.c new file mode 100644 index 00000000..3d2d7cf6 --- /dev/null +++ b/arm9/modules/28/src/module_28_sinit.c @@ -0,0 +1,4 @@ +#define NitroStaticInit MOD28_02254840 +#include "global.h" +extern void MOD28_02254840(void); +#include "sinit.h" |