Update src/battle_util.c

Co-authored-by: ultima-soul <33333039+ultima-soul@users.noreply.github.com>
This commit is contained in:
ghoulslash 2021-01-31 14:43:24 -07:00 committed by GitHub
parent a104c156cc
commit 9499469337
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2849,6 +2849,7 @@ static bool32 IsThawingMove(u8 battlerId, u16 move)
case MOVE_SACRED_FIRE:
case MOVE_SCALD:
case MOVE_SCORCHING_SANDS:
case MOVE_SIZZLY_SLIDE:
case MOVE_STEAM_ERUPTION:
return TRUE;
default: