diff options
Diffstat (limited to 'asm/pokemon_3.s')
-rw-r--r-- | asm/pokemon_3.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/pokemon_3.s b/asm/pokemon_3.s index d647a7fc6..45652a840 100644 --- a/asm/pokemon_3.s +++ b/asm/pokemon_3.s @@ -1914,7 +1914,7 @@ SpeciesToPokedexNum: @ 80406D8 push {r4,lr} lsls r0, 16 lsrs r4, r0, 16 - bl IsNationalPokedex + bl IsNationalPokedexEnabled cmp r0, 0 beq _080406F2 adds r0, r4, 0 |