diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-03-17 18:31:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-17 18:31:43 +0000 |
commit | 941451f6408b8f92f9e7f5f3d6650f1b2ad2293d (patch) | |
tree | f053b5f82d730ac3244cd62113be8b1c0d33e8fc /arm9/modules | |
parent | 075eeac194c016714f94fb4af83194308684c368 (diff) | |
parent | 338065739eebcc0c9f13b864417462eeb06ac241 (diff) |
Merge pull request #334 from tgsm/02024E64-struct
unk_02024E64: use a struct for storing information
Diffstat (limited to 'arm9/modules')
-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] |