diff --git a/Data/Scripts/011_Battle/006_Other battle code/007_BattleAnimationPlayer.rb b/Data/Scripts/011_Battle/006_Other battle code/007_BattleAnimationPlayer.rb index 5abcdd2d8..9d6ff5b56 100644 --- a/Data/Scripts/011_Battle/006_Other battle code/007_BattleAnimationPlayer.rb +++ b/Data/Scripts/011_Battle/006_Other battle code/007_BattleAnimationPlayer.rb @@ -304,7 +304,7 @@ class PBAnimTiming text = sprintf("[%d] Set FG: \"%s\"", @frame + 1, name) text += sprintf(" (color=%s,%s,%s,%s)", @colorRed || "-", - @colorGreen | "-", + @colorGreen || "-", @colorBlue || "-", @colorAlpha || "-") text += sprintf(" (opacity=%d)", @opacity)