mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-02-25 13:45:29 +01:00
Update src/battle_util.c
Fix copy/paste typo Co-authored-by: LOuroboros <lunosouroboros@gmail.com>
This commit is contained in:
parent
6c6363f7cf
commit
e1ca2af8b3
@ -8660,7 +8660,7 @@ bool32 IsEntrainmentTargetOrSimpleBeamBannedAbility(u16 ability)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
+void DoBurmyFormChange(u32 monId)
|
||||
void DoBurmyFormChange(u32 monId)
|
||||
{
|
||||
u16 newSpecies, currSpecies;
|
||||
s32 sentIn;
|
||||
|
Loading…
x
Reference in New Issue
Block a user