diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-16 16:41:28 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-16 16:41:28 -0400 |
commit | 783488aae5a4421bdca249a18458831704afbab0 (patch) | |
tree | 9e597f60b2b6552bb46ad5b8c5e76d60dbcafc0b /include/pokemon.h | |
parent | fa6b2c46159b8b69097dac3e068fafaf3a396236 (diff) |
Name nullsubs in battle ctlrs
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 4fcc473ad..6ffd286b7 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -448,7 +448,7 @@ u8 GetPlayerPartyHighestLevel(void); u16 FacilityClassToPicIndex(u16 facilityClass); bool8 ShouldIgnoreDeoxysForm(u8 caseId, u8 battlerId); void SetDeoxysStats(void); -u16 sub_80447AC(void); +u16 GetUnionRoomTrainerPic(void); u16 sub_80447F0(void); void CreateEventLegalEnemyMon(void); void HandleSetPokedexFlag(u16 nationalNum, u8 caseId, u32 personality); |