Spaces instead of tabs

This commit is contained in:
MissingNoL 2021-05-23 18:31:49 -07:00
parent 07a9674d22
commit 031504cd12
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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] =