mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-08 10:33:20 +01:00
Spaces instead of tabs
This commit is contained in:
parent
c428d1bdbb
commit
0d47269798
@ -3149,11 +3149,11 @@ void SetMoveEffect(bool32 primary, u32 certain)
|
|||||||
gBattlescriptCurrInstr = BattleScript_MoveEffectFeint;
|
gBattlescriptCurrInstr = BattleScript_MoveEffectFeint;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (gCurrentMove == MOVE_HYPERSPACE_FURY)
|
if (gCurrentMove == MOVE_HYPERSPACE_FURY)
|
||||||
{
|
{
|
||||||
BattleScriptPush(gBattlescriptCurrInstr + 1);
|
BattleScriptPush(gBattlescriptCurrInstr + 1);
|
||||||
gBattlescriptCurrInstr = BattleScript_DefDown;
|
gBattlescriptCurrInstr = BattleScript_DefDown;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case MOVE_EFFECT_SPECTRAL_THIEF:
|
case MOVE_EFFECT_SPECTRAL_THIEF:
|
||||||
gBattleStruct->stolenStats[0] = 0; // Stats to steal.
|
gBattleStruct->stolenStats[0] = 0; // Stats to steal.
|
||||||
|
Loading…
Reference in New Issue
Block a user