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
07a9674d22
commit
031504cd12
@ -3148,7 +3148,7 @@ void SetMoveEffect(bool32 primary, u32 certain)
|
|||||||
BattleScriptPush(gBattlescriptCurrInstr + 1);
|
BattleScriptPush(gBattlescriptCurrInstr + 1);
|
||||||
gBattlescriptCurrInstr = BattleScript_MoveEffectFeint;
|
gBattlescriptCurrInstr = BattleScript_MoveEffectFeint;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
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.
|
||||||
|
@ -9591,7 +9591,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT] =
|
|||||||
.priority = 0,
|
.priority = 0,
|
||||||
.flags = FLAG_MIRROR_MOVE_AFFECTED | FLAG_KINGS_ROCK_AFFECTED,
|
.flags = FLAG_MIRROR_MOVE_AFFECTED | FLAG_KINGS_ROCK_AFFECTED,
|
||||||
.split = SPLIT_PHYSICAL,
|
.split = SPLIT_PHYSICAL,
|
||||||
.argument = MOVE_EFFECT_FEINT,
|
.argument = MOVE_EFFECT_FEINT,
|
||||||
},
|
},
|
||||||
|
|
||||||
[MOVE_SHORE_UP] =
|
[MOVE_SHORE_UP] =
|
||||||
|
Loading…
Reference in New Issue
Block a user