diff options
Diffstat (limited to 'src/game_data.cpp')
-rw-r--r-- | src/game_data.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game_data.cpp b/src/game_data.cpp index c98f532..dbc269a 100644 --- a/src/game_data.cpp +++ b/src/game_data.cpp | |||
@@ -534,6 +534,10 @@ struct GameData { | |||
534 | } | 534 | } |
535 | } | 535 | } |
536 | 536 | ||
537 | if (room_name == "Starting Room") { | ||
538 | classification |= kLOCATION_SMALL_SPHERE_ONE; | ||
539 | } | ||
540 | |||
537 | int area_id = AddOrGetArea(area_name); | 541 | int area_id = AddOrGetArea(area_name); |
538 | MapArea &map_area = map_areas_[area_id]; | 542 | MapArea &map_area = map_areas_[area_id]; |
539 | // room field should be the original room ID | 543 | // room field should be the original room ID |