Update src/battle_util.c

Fix copy/paste typo

Co-authored-by: LOuroboros <lunosouroboros@gmail.com>
This commit is contained in:
BuffelSaft 2021-08-08 00:52:27 +12:00 committed by GitHub
parent 6c6363f7cf
commit e1ca2af8b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8660,7 +8660,7 @@ bool32 IsEntrainmentTargetOrSimpleBeamBannedAbility(u16 ability)
return FALSE;
}
+void DoBurmyFormChange(u32 monId)
void DoBurmyFormChange(u32 monId)
{
u16 newSpecies, currSpecies;
s32 sentIn;