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 be31b8f..bc4f41b 100644 --- a/src/game_data.cpp +++ b/src/game_data.cpp | |||
| @@ -552,6 +552,10 @@ struct GameData { | |||
| 552 | } | 552 | } |
| 553 | } | 553 | } |
| 554 | 554 | ||
| 555 | if (room_name == "Starting Room") { | ||
| 556 | classification |= kLOCATION_SMALL_SPHERE_ONE; | ||
| 557 | } | ||
| 558 | |||
| 555 | int area_id = AddOrGetArea(area_name); | 559 | int area_id = AddOrGetArea(area_name); |
| 556 | MapArea &map_area = map_areas_[area_id]; | 560 | MapArea &map_area = map_areas_[area_id]; |
| 557 | // room field should be the original room ID | 561 | // room field should be the original room ID |
