adds missing several sound effects

This commit is contained in:
infinitefusion
2023-07-08 10:09:11 -04:00
parent 78caa8fc21
commit 95779bfccb
60 changed files with 3 additions and 5 deletions

View File

@@ -621,7 +621,7 @@ class BattlerDamageAnimation < PokeBattle_Animation
# Animation
delay = 0
case @effectiveness
when 0 then battler.setSE(delay, "Battle damage normal")
when 0 then battler.setSE(delay, "Battle damage normal");
when 1 then battler.setSE(delay, "Battle damage weak")
when 2 then battler.setSE(delay, "Battle damage super")
end