mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-31 08:23:56 +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;
|
gBattleMons[gActiveBattler].species = SPECIES_MIMIKYU_BUSTED;
|
||||||
BattleScriptPush(cmd->nextInstr);
|
BattleScriptPush(cmd->nextInstr);
|
||||||
gBattlescriptCurrInstr = BattleScript_TargetFormChange;
|
gBattlescriptCurrInstr = BattleScript_TargetFormChange;
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user