diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-29 14:48:52 -0400 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-29 14:48:52 -0400 |
| commit | 4616731c2b626a9fb6ab61b75e11bbb493eb02c2 (patch) | |
| tree | 5db158b46f4ae93f1a238b3bf4bc599e3c4dfe90 /arm9/modules/80 | |
| parent | 2263ed62e6003fe036655bccceb9a8a91709d75d (diff) | |
decomp unk_02087A1C; name pokedex routines 1
Diffstat (limited to 'arm9/modules/80')
| -rw-r--r-- | arm9/modules/80/asm/module_80.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arm9/modules/80/asm/module_80.s b/arm9/modules/80/asm/module_80.s index 196c959f..8e74df8f 100644 --- a/arm9/modules/80/asm/module_80.s +++ b/arm9/modules/80/asm/module_80.s @@ -13765,7 +13765,7 @@ _0223441E: beq _02234434 ldrh r1, [r5] add r0, r4, #0 - bl FUN_020245F0 + bl Pokedex_CheckMonSeenFlag cmp r0, #0 beq _0223444A add r6, r6, #1 @@ -13777,7 +13777,7 @@ _02234434: cmp r0, #0 beq _0223444A add r0, r4, #0 - bl FUN_020245F0 + bl Pokedex_CheckMonSeenFlag cmp r0, #0 beq _0223444A add r6, r6, #1 @@ -13808,7 +13808,7 @@ _02234472: beq _02234494 ldrh r1, [r5] add r0, r4, #0 - bl FUN_020245F0 + bl Pokedex_CheckMonSeenFlag cmp r0, #0 beq _022344B6 ldrh r2, [r5] @@ -13825,7 +13825,7 @@ _02234494: cmp r0, #0 beq _022344B6 add r0, r4, #0 - bl FUN_020245F0 + bl Pokedex_CheckMonSeenFlag cmp r0, #0 beq _022344B6 ldrh r2, [r5] |
