summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-03-16 16:41:28 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-03-16 16:41:28 -0400
commit783488aae5a4421bdca249a18458831704afbab0 (patch)
tree9e597f60b2b6552bb46ad5b8c5e76d60dbcafc0b /include/pokemon.h
parentfa6b2c46159b8b69097dac3e068fafaf3a396236 (diff)
Name nullsubs in battle ctlrs
Diffstat (limited to 'include/pokemon.h')
-rw-r--r--include/pokemon.h2
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);