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 /src/pokemon.c | |
parent | fa6b2c46159b8b69097dac3e068fafaf3a396236 (diff) |
Name nullsubs in battle ctlrs
Diffstat (limited to 'src/pokemon.c')
-rw-r--r-- | src/pokemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon.c b/src/pokemon.c index d74f72419..2dc5cc346 100644 --- a/src/pokemon.c +++ b/src/pokemon.c @@ -6009,7 +6009,7 @@ void SetDeoxysStats(void) } } -u16 sub_80447AC(void) +u16 GetUnionRoomTrainerPic(void) { u8 linkId = GetMultiplayerId() ^ 1; u32 arrId = gLinkPlayers[linkId].trainerId & 7; |