diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-15 19:32:49 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-15 19:32:49 -0400 |
commit | 81da6acff56cadc5e2b7b5572aba944bf0f1c8ad (patch) | |
tree | 2c0a7bad392242f715c145cbd74f61dac265a18f /src/pokemon.c | |
parent | c6563b78c0b922aa9674d4e12fc528f0098ba904 (diff) |
battle_gfx_sfx_util sync emerald names to unnamed syms
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 16220d138..d74f72419 100644 --- a/src/pokemon.c +++ b/src/pokemon.c @@ -5909,7 +5909,7 @@ u16 FacilityClassToPicIndex(u16 facilityClass) return gFacilityClassToPicIndex[facilityClass]; } -bool8 sub_804455C(u8 caseId, u8 battlerId) +bool8 ShouldIgnoreDeoxysForm(u8 caseId, u8 battlerId) { switch (caseId) { |