about summary refs log tree commit diff stats
path: root/src/game_data.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2024-04-21 14:36:15 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2024-04-21 14:36:15 -0400
commitda8f3caeee5b01c38db30ebb146b76dc41f9ca74 (patch)
tree476bad744465ffe4421e8915f81574cf481f8051 /src/game_data.h
parent85b4303b60bde56c16ca0c23f9ca2407e3f8b50c (diff)
downloadlingo-ap-tracker-da8f3caeee5b01c38db30ebb146b76dc41f9ca74.tar.gz
lingo-ap-tracker-da8f3caeee5b01c38db30ebb146b76dc41f9ca74.tar.bz2
lingo-ap-tracker-da8f3caeee5b01c38db30ebb146b76dc41f9ca74.zip
Expand sphere 1 in door shuffle + no ECH
Diffstat (limited to 'src/game_data.h')
-rw-r--r--src/game_data.h1
1 files changed, 1 insertions, 0 deletions
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 {
22constexpr int kLOCATION_NORMAL = 1; 22constexpr int kLOCATION_NORMAL = 1;
23constexpr int kLOCATION_REDUCED = 2; 23constexpr int kLOCATION_REDUCED = 2;
24constexpr int kLOCATION_INSANITY = 4; 24constexpr int kLOCATION_INSANITY = 4;
25constexpr int kLOCATION_SMALL_SPHERE_ONE = 8;
25 26
26enum class EntranceType { 27enum class EntranceType {
27 kNormal, 28 kNormal,