From 9644fa9fb64b8489f30bd7763b304bd21e6e68dd Mon Sep 17 00:00:00 2001 From: nn <53490794+nn357@users.noreply.github.com> Date: Thu, 18 Jun 2026 00:25:23 +0900 Subject: [PATCH] add Maridia map room to starting locations. --- rust/data/start_locations.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/rust/data/start_locations.json b/rust/data/start_locations.json index e2b26890c4..c75413e4ab 100644 --- a/rust/data/start_locations.json +++ b/rust/data/start_locations.json @@ -1454,6 +1454,13 @@ "x": 11, "y": 29 }, + { + "name": "Maridia Map Room", + "room_id": 203, + "node_id": 1, + "x": 3.5, + "y": 10 + }, { "name": "Crab Gate Room Left", "room_id": 176,