diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-29 11:42:22 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-29 11:42:22 -0400 |
commit | 224021d5e5b78163738c51944517de34f80c85c0 (patch) | |
tree | f8a41dc0493e83a60187d96b3296e060c1ee6654 /include/pokemon.h | |
parent | a178ce5d9733abfbf13f1d9e8ae5557915e3afa6 (diff) |
Decompile pokedex.c
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index 591da2f4..196343de 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -280,7 +280,7 @@ void FUN_020698E8(struct BoxPokemon * boxmon, int slot1, int slot2); void FUN_020699A4(struct Pokemon * pokemon, u32 slot); void FUN_02069A64(struct BoxPokemon * src, struct Pokemon * dest); u8 FUN_02069AEC(struct PlayerParty * party); -u16 FUN_02069B40(u16 species); +u16 SpeciesToSinnohDexNo(u16 species); u16 FUN_02069B60(u16 sinnoh_dex); void FUN_02069B88(struct Pokemon * src, struct Pokemon * dest); void FUN_02069BA0(struct Pokemon * src, struct BoxPokemon * dest); |