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/68 | |
parent | fed76ad0f534f653dcc6bb2cd11bb2380783494c (diff) |
Handle tail call optimizations
Diffstat (limited to 'arm9/modules/68')
-rw-r--r-- | arm9/modules/68/asm/module_68.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/68/asm/module_68.s b/arm9/modules/68/asm/module_68.s index 1c34783c..1ee371c6 100644 --- a/arm9/modules/68/asm/module_68.s +++ b/arm9/modules/68/asm/module_68.s @@ -1496,12 +1496,12 @@ _021D80A4: .word 0x04000540 thumb_func_start MOD_021D80A8 MOD_021D80A8: ; 0x021D80A8 - ldr r3, _021D80B0 ; =0x0201EB71 + ldr r3, _021D80B0 ; =FUN_0201EB70 add r0, #0xd0 ldr r0, [r0] bx r3 .align 2, 0 -_021D80B0: .word 0x0201EB71 +_021D80B0: .word FUN_0201EB70 thumb_func_end MOD_021D80A8 thumb_func_start MOD_021D80B4 |