diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-18 13:23:05 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-18 13:23:05 -0400 |
commit | d864eb510e1a78b22478b041a673b6aa97019c18 (patch) | |
tree | b6eb9b09e400ce7c4237452d40c7bbf30571cbfb /include/pokemon.h | |
parent | c779411957262dc5971813a3f75d157190d9db51 (diff) |
Sync DRAW_SPINDA_SPOTS from pokeemerald
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 c4e5f409c..2707304d9 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -407,7 +407,7 @@ u16 NationalPokedexNumToSpecies(u16 nationalNum); u16 SpeciesToNationalPokedexNum(u16 species); u16 HoennToNationalOrder(u16 hoennNum); u16 SpeciesToCryId(u16 species); -void DrawSpindaSpots(u16 species, u32 personality, u8 *dest, u8 a4); +void DrawSpindaSpots(u16 species, u32 personality, u8 *dest, bool8 isFrontPic); void EvolutionRenameMon(struct Pokemon *mon, u16 oldSpecies, u16 newSpecies); bool8 GetPlayerFlankId(void); bool16 GetLinkTrainerFlankId(u8 linkPlayerId); |