diff options
author | tgsm <doodrabbit@hotmail.com> | 2021-03-17 00:33:05 -0400 |
---|---|---|
committer | tgsm <doodrabbit@hotmail.com> | 2021-03-17 00:33:05 -0400 |
commit | b80100f71232394f72f2a278ff30c78e46b3ffd4 (patch) | |
tree | e505a33e7979de96eb375b16b4f10e14425c1f83 /arm9/modules/59 | |
parent | a70ceda94c9daac7c1576dcf6c9b82c24e8167b0 (diff) |
unk_02024E64: use a struct for storing information
Also add a missing include guard and name a couple of functions.
Diffstat (limited to 'arm9/modules/59')
-rw-r--r-- | arm9/modules/59/asm/mod59_021D74E0_asm.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/modules/59/asm/mod59_021D74E0_asm.s b/arm9/modules/59/asm/mod59_021D74E0_asm.s index cd947e57..447b763f 100644 --- a/arm9/modules/59/asm/mod59_021D74E0_asm.s +++ b/arm9/modules/59/asm/mod59_021D74E0_asm.s @@ -181,7 +181,7 @@ MOD59_021D76C0: ; 0x021D76C0 bl FUN_02024EB4 ldr r1, [r4, #0x74] ldr r1, [r1, #0x18] - bl FUN_02024EF4 + bl RivalsNameToU16Array ldr r0, [r4, #0x70] bl FUN_02077AC4 ldr r0, [r4, #0x74] |