From 8bf2343a5d8a325724c8c75ca2e2e6d566590715 Mon Sep 17 00:00:00 2001 From: James R Date: Mon, 12 Feb 2024 18:13:09 -0800 Subject: [PATCH] Egg TV: Prisons, Sealed Star and Versus icons --- src/menus/class-egg-tv/EggTVGraphics.hpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/menus/class-egg-tv/EggTVGraphics.hpp b/src/menus/class-egg-tv/EggTVGraphics.hpp index 643da3b45..cdfc404a2 100644 --- a/src/menus/class-egg-tv/EggTVGraphics.hpp +++ b/src/menus/class-egg-tv/EggTVGraphics.hpp @@ -92,10 +92,9 @@ public: std::unordered_map gametype = { {"Race", "RHGT1"}, {"Battle", "RHGT2"}, - - // TODO: requires support in the demo format - //{"Prisons", "RHGT3"}, - //{"Special", "RHGT4"}, + {"Prison Break", "RHGT3"}, + {"Sealed Star", "RHGT4"}, + {"Versus", "RHGT5"}, }; patch fav = "RHFAV";