diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-29 20:48:18 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-29 20:48:18 -0400 |
commit | 550450880645598b327be0e512b48de2c3777a58 (patch) | |
tree | de8018df3d0fc0beaac0be8353d83adf8ae2245c /arm9/modules/84 | |
parent | 4616731c2b626a9fb6ab61b75e11bbb493eb02c2 (diff) |
Name more routines in pokedex.c
Diffstat (limited to 'arm9/modules/84')
-rw-r--r-- | arm9/modules/84/asm/module_84_thumb2.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/84/asm/module_84_thumb2.s b/arm9/modules/84/asm/module_84_thumb2.s index 661e1a84..eef0fa0b 100644 --- a/arm9/modules/84/asm/module_84_thumb2.s +++ b/arm9/modules/84/asm/module_84_thumb2.s @@ -273,7 +273,7 @@ _021D82CC: add r0, r6, #0 add r1, r5, #0 mov r2, #0 - bl FUN_02024DAC + bl Pokedex_GetSeenMonForme ldr r1, _021D8428 ; =0x00001220 ldr r1, [r4, r1] lsl r1, r1, #3 @@ -387,7 +387,7 @@ _021D83E8: ldrh r1, [r4, r1] add r0, r6, #0 mov r2, #0 - bl FUN_02024DAC + bl Pokedex_GetSeenMonForme ldr r1, _021D8438 ; =0x000002BB add r5, r5, #1 strb r0, [r4, r1] |