From dd53b46744802f669429e9b315e534294c274885 Mon Sep 17 00:00:00 2001 From: Eddie Annor <36930632+Homeannor@users.noreply.github.com> Date: Mon, 29 Apr 2024 17:34:50 +0000 Subject: [PATCH] Fixed Battle Casual test on VS Screen (black to white) --- index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.ts b/index.ts index cd1a75f..6329fe1 100644 --- a/index.ts +++ b/index.ts @@ -31,15 +31,15 @@ const opponents = { }, [Opponents.BattleCasual]: { text: "Battle Casual", - colour: ["#757500", "#000000"] + colour: ["#757500", "#FFFFFF"] }, [Opponents.BattleMaster]: { text: "Battle Master", - colour: ["#750000", "#000000"] + colour: ["#750000", "#FFFFFF"] }, [Opponents.BattlePro]: { text: "Battle Pro", - colour: ["#753000", "#000000"] + colour: ["#753000", "#FFFFFF"] }, [Opponents.Battler]: { text: "Battler",