This commit is contained in:
LOuroboros 2021-11-05 13:02:16 -03:00
parent 5f458c9cd3
commit b23d5db598

View file

@ -9032,7 +9032,7 @@ static void Cmd_various(void)
u32 physical;
u32 special;
statStage = = gBattleMons[gBattlerAttacker].statStages[STAT_ATK];
statStage = gBattleMons[gBattlerAttacker].statStages[STAT_ATK];
attackerAtkStat *= gStatStageRatios[statStage][0];
attackerAtkStat /= gStatStageRatios[statStage][1];