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/23 | |
parent | fed76ad0f534f653dcc6bb2cd11bb2380783494c (diff) |
Handle tail call optimizations
Diffstat (limited to 'arm9/modules/23')
-rw-r--r-- | arm9/modules/23/asm/module_23.s | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arm9/modules/23/asm/module_23.s b/arm9/modules/23/asm/module_23.s index a5adabbb..acb9bed3 100644 --- a/arm9/modules/23/asm/module_23.s +++ b/arm9/modules/23/asm/module_23.s @@ -1123,20 +1123,20 @@ _02255058: .word 0x02256040 thumb_func_start MOD23_0225505C MOD23_0225505C: ; 0x0225505C - ldr r3, _02255064 ; =0x02253795 + ldr r3, _02255064 ; =MOD20_02253794 add r0, #8 bx r3 nop -_02255064: .word 0x02253795 +_02255064: .word MOD20_02253794 thumb_func_end MOD23_0225505C thumb_func_start MOD23_02255068 MOD23_02255068: ; 0x02255068 - ldr r3, _02255070 ; =0x022537B9 + ldr r3, _02255070 ; =MOD20_022537B8 add r0, #8 bx r3 nop -_02255070: .word 0x022537B9 +_02255070: .word MOD20_022537B8 thumb_func_end MOD23_02255068 thumb_func_start MOD23_02255074 @@ -1746,10 +1746,10 @@ _0225553C: thumb_func_start MOD23_02255540 MOD23_02255540: ; 0x02255540 - ldr r3, _02255544 ; =0x02016A19 + ldr r3, _02255544 ; =FUN_02016A18 bx r3 .align 2, 0 -_02255544: .word 0x02016A19 +_02255544: .word FUN_02016A18 thumb_func_end MOD23_02255540 thumb_func_start MOD23_02255548 |