about summary refs log tree commit diff stats
path: root/src/game_data.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game_data.cpp')
-rw-r--r--src/game_data.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game_data.cpp b/src/game_data.cpp index 77e435a..e75170e 100644 --- a/src/game_data.cpp +++ b/src/game_data.cpp
@@ -550,6 +550,10 @@ struct GameData {
550 } 550 }
551 } 551 }
552 552
553 if (room_name == "Starting Room") {
554 classification |= kLOCATION_SMALL_SPHERE_ONE;
555 }
556
553 int area_id = AddOrGetArea(area_name); 557 int area_id = AddOrGetArea(area_name);
554 MapArea &map_area = map_areas_[area_id]; 558 MapArea &map_area = map_areas_[area_id];
555 // room field should be the original room ID 559 // room field should be the original room ID