>>22886447You need RPG maker to change the text color. Go to PokeBattle_SceneConstants and replace lines 6 through 9 with:
MESSAGEBASECOLOR = Color.new(255,255,255)
MESSAGESHADOWCOLOR = Color.new(72,72,72)
MENUBASECOLOR = Color.new(80,80,80)
MENUSHADOWCOLOR = Color.new(160,160,168)