mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-06 18:21:19 -05:00
Apply suggestions from code review
Thanks, Edu Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
This commit is contained in:
@@ -8,7 +8,9 @@ SINGLE_BATTLE_TEST("Sheer Force boosts power, but removes secondary effects of m
|
||||
|
||||
for (j = 1; j < MOVES_COUNT; j++)
|
||||
{
|
||||
if (gBattleMoves[j].sheerForceBoost && j != MOVE_ORDER_UP && j != MOVE_AURA_WHEEL
|
||||
if (gBattleMoves[j].sheerForceBoost
|
||||
//&& gBattleMoves[j].effect != EFFECT_ORDER_UP
|
||||
&& gBattleMoves[j].effect != EFFECT_AURA_WHEEL
|
||||
&& gBattleMoves[j].effect != EFFECT_PLACEHOLDER)
|
||||
{
|
||||
PARAMETRIZE { ability = ABILITY_ANGER_POINT; move = j; }
|
||||
|
||||
Reference in New Issue
Block a user