diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-18 14:33:43 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-18 14:33:43 -0400 |
commit | 18f108088229e520660ee55fe74a323b3156b036 (patch) | |
tree | 0238df798b052404d85409a579d16a187ff002d3 /include | |
parent | d864eb510e1a78b22478b041a673b6aa97019c18 (diff) |
Finish syncing pokemon.c with emerald
Diffstat (limited to 'include')
-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 2707304d9..6027b9b5a 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -449,7 +449,7 @@ u16 FacilityClassToPicIndex(u16 facilityClass); bool8 ShouldIgnoreDeoxysForm(u8 caseId, u8 battlerId); void SetDeoxysStats(void); u16 GetUnionRoomTrainerPic(void); -u16 sub_80447F0(void); +u16 GetUnionRoomTrainerClass(void); void CreateEventLegalEnemyMon(void); void HandleSetPokedexFlag(u16 nationalNum, u8 caseId, u32 personality); bool8 CheckBattleTypeGhost(struct Pokemon *mon, u8 bank); |