mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-19 01:44:20 +01:00
Fixed Mimikyu's Disguise not breaking
This commit is contained in:
parent
84d9cd0396
commit
de2d86408f
@ -2513,6 +2513,7 @@ static void Cmd_datahpupdate(void)
|
||||
gBattleMons[gActiveBattler].species = SPECIES_MIMIKYU_BUSTED;
|
||||
BattleScriptPush(cmd->nextInstr);
|
||||
gBattlescriptCurrInstr = BattleScript_TargetFormChange;
|
||||
return;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user