Fixed instances of COMBO_STARTER_CHARGE used incorrectly (#9034)
This commit is contained in:
parent
c8eb55969e
commit
b88554198e
@ -9214,8 +9214,8 @@ const struct MoveInfo gMovesInfo[MOVES_COUNT_ALL] =
|
||||
#endif
|
||||
.contestEffect = CONTEST_EFFECT_USER_MORE_EASILY_STARTLED,
|
||||
.contestCategory = CONTEST_CATEGORY_COOL,
|
||||
.contestComboStarterId = COMBO_STARTER_CHARGE,
|
||||
.contestComboMoves = {0},
|
||||
.contestComboStarterId = 0,
|
||||
.contestComboMoves = {COMBO_STARTER_CHARGE},
|
||||
.battleAnimScript = gBattleAnimMove_VoltTackle,
|
||||
.validApprenticeMove = TRUE,
|
||||
},
|
||||
@ -13510,8 +13510,8 @@ const struct MoveInfo gMovesInfo[MOVES_COUNT_ALL] =
|
||||
.category = DAMAGE_CATEGORY_SPECIAL,
|
||||
.contestEffect = CONTEST_EFFECT_AVOID_STARTLE, //CONTEST_EFFECT_QUICKLY_GROW_BORED
|
||||
.contestCategory = CONTEST_CATEGORY_COOL,
|
||||
.contestComboStarterId = COMBO_STARTER_CHARGE,
|
||||
.contestComboMoves = {0},
|
||||
.contestComboStarterId = 0,
|
||||
.contestComboMoves = {COMBO_STARTER_CHARGE},
|
||||
.battleAnimScript = gBattleAnimMove_VoltSwitch,
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user