diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-08-29 14:02:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-29 14:02:40 -0400 |
commit | 62e3afdea1f62da948dd9d3926f712dbbe7af039 (patch) | |
tree | f36cfb87497fba4d95765592b902230e7560a705 /include/pokemon.h | |
parent | 98d8b5afbffbd248d3d8bd1358f1f1b9ed0f4150 (diff) | |
parent | 2263ed62e6003fe036655bccceb9a8a91709d75d (diff) |
Merge pull request #272 from PikalaxALT/pikalax_work
Decompile pokedex
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); |