diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-13 10:27:04 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-13 10:27:04 -0400 |
commit | b2115387ed0ed7429f4b53bf050a6a724a367c42 (patch) | |
tree | 741bb47405e8e273681c894662b864603511010d /arm9/modules/66 | |
parent | fed76ad0f534f653dcc6bb2cd11bb2380783494c (diff) |
Handle tail call optimizations
Diffstat (limited to 'arm9/modules/66')
-rw-r--r-- | arm9/modules/66/asm/module_66.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arm9/modules/66/asm/module_66.s b/arm9/modules/66/asm/module_66.s index 709a8b84..e1053077 100644 --- a/arm9/modules/66/asm/module_66.s +++ b/arm9/modules/66/asm/module_66.s @@ -3727,20 +3727,20 @@ MOD66_021D91F4: ; 0x021D91F4 thumb_func_start MOD66_021D9214 MOD66_021D9214: ; 0x021D9214 - ldr r3, _021D921C ; =0x0200BC1D + ldr r3, _021D921C ; =FUN_0200BC1C add r0, #0xdc ldr r0, [r0] bx r3 .align 2, 0 -_021D921C: .word 0x0200BC1D +_021D921C: .word FUN_0200BC1C thumb_func_end MOD66_021D9214 thumb_func_start MOD66_021D9220 MOD66_021D9220: ; 0x021D9220 - ldr r3, _021D9224 ; =0x0200BC31 + ldr r3, _021D9224 ; =FUN_0200BC30 bx r3 .align 2, 0 -_021D9224: .word 0x0200BC31 +_021D9224: .word FUN_0200BC30 thumb_func_end MOD66_021D9220 thumb_func_start MOD66_021D9228 |