diff options
author | red031000 <rubenru09@aol.com> | 2020-08-02 15:58:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-02 15:58:00 +0100 |
commit | 974b44eb875dfd435c23aec79936dd3fd2f5d1f0 (patch) | |
tree | 8a3435da4c658e9654d4510c4bf0da0a1ffa9e45 /arm9 | |
parent | 5beb002bb50ee5aec156c24352e28c66c46f0474 (diff) | |
parent | 86f91447c8fb6eb22362d3d4710bad0d587c1137 (diff) |
Merge pull request #254 from PikalaxALT/pikalax_work
Implement msgenc and decode text messages
Diffstat (limited to 'arm9')
-rw-r--r-- | arm9/asm/stdlibmwcc.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arm9/asm/stdlibmwcc.s b/arm9/asm/stdlibmwcc.s index 5b3fc86d..b7966e40 100644 --- a/arm9/asm/stdlibmwcc.s +++ b/arm9/asm/stdlibmwcc.s @@ -3108,11 +3108,11 @@ __close_console: ; 0x020EC68C mov r0, #0x0 bx lr - .extern SDK_STATIC_SINIT_START + .extern __sinit__ arm_func_start __call_static_initializers __call_static_initializers: ; 0x020EC694 stmdb sp!, {r4,lr} - ldr r4, _020EC6BC ; =SDK_STATIC_SINIT_START + ldr r4, _020EC6BC ; =__sinit__ b _020EC6A8 _020EC6A0: blx r0 @@ -3124,7 +3124,7 @@ _020EC6A8: bne _020EC6A0 ldmia sp!, {r4,pc} .balign 4 -_020EC6BC: .word SDK_STATIC_SINIT_START +_020EC6BC: .word __sinit__ arm_func_start __destroy_global_chain __destroy_global_chain: ; 0x020EC6C0 |