From 946f22722602bfdbf9a345bc24bbb77bf6a01e9c Mon Sep 17 00:00:00 2001 From: Rosalie <61372066+Rosalie-A@users.noreply.github.com> Date: Fri, 17 Oct 2025 10:44:11 -0400 Subject: [PATCH] [FF1] Added Deep Dungeon locations to locations.json so they exist in the datapackage (#5392) * Added DD locations to locations.json so they exist in the datapackage. * Update worlds/ff1/data/locations.json Co-authored-by: Exempt-Medic <60412657+Exempt-Medic@users.noreply.github.com> * Update worlds/ff1/data/locations.json Forgot trailing commas aren't allowed in JSON. Co-authored-by: qwint --------- Co-authored-by: Exempt-Medic <60412657+Exempt-Medic@users.noreply.github.com> Co-authored-by: qwint --- worlds/ff1/data/locations.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/worlds/ff1/data/locations.json b/worlds/ff1/data/locations.json index 2f465a78..a1664d44 100644 --- a/worlds/ff1/data/locations.json +++ b/worlds/ff1/data/locations.json @@ -253,5 +253,17 @@ "CubeBot": 529, "Sarda": 525, "Fairy": 531, - "Lefein": 527 + "Lefein": 527, + "DeepDungeon32B_Chest144": 401, + "DeepDungeon30B_Chest145": 402, + "DeepDungeon29B_Chest146": 403, + "DeepDungeon29B_Chest147": 404, + "DeepDungeon40B_Chest186": 443, + "DeepDungeon38B_Chest188": 445, + "DeepDungeon36B_Chest189": 446, + "DeepDungeon33B_Chest190": 447, + "DeepDungeon40B_Chest191": 448, + "DeepDungeon41B_Chest192": 449, + "DeepDungeon34B_Chest193": 450, + "DeepDungeon39B_Chest194": 451 }