diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-13 11:33:03 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-13 11:33:03 -0400 |
commit | e41306f4804014a85e6ef3d7c4d1efc9210fd342 (patch) | |
tree | f6c513097d2347cacf2b93ae116c3aebe3616cb1 /arm9/modules/74 | |
parent | 6b14f6fd12d9243903e82d848a0fc37871230a68 (diff) |
Tail calls
Diffstat (limited to 'arm9/modules/74')
-rw-r--r-- | arm9/modules/74/asm/module_74.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/74/asm/module_74.s b/arm9/modules/74/asm/module_74.s index 7d5363dd..416745d9 100644 --- a/arm9/modules/74/asm/module_74.s +++ b/arm9/modules/74/asm/module_74.s @@ -1790,10 +1790,10 @@ _021D82E4: thumb_func_start MOD74_021D82E8 MOD74_021D82E8: ; 0x021D82E8 - ldr r3, _021D82EC ; =0x0200BC31 + ldr r3, _021D82EC ; =FUN_0200BC30 bx r3 .align 2, 0 -_021D82EC: .word 0x0200BC31 +_021D82EC: .word FUN_0200BC30 thumb_func_end MOD74_021D82E8 thumb_func_start MOD74_021D82F0 |