From da8f3caeee5b01c38db30ebb146b76dc41f9ca74 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 21 Apr 2024 14:36:15 -0400 Subject: Expand sphere 1 in door shuffle + no ECH --- src/game_data.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game_data.h') diff --git a/src/game_data.h b/src/game_data.h index cd09627..88f8a13 100644 --- a/src/game_data.h +++ b/src/game_data.h @@ -22,6 +22,7 @@ enum class LingoColor { constexpr int kLOCATION_NORMAL = 1; constexpr int kLOCATION_REDUCED = 2; constexpr int kLOCATION_INSANITY = 4; +constexpr int kLOCATION_SMALL_SPHERE_ONE = 8; enum class EntranceType { kNormal, -- cgit 1.4.1