Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion worlds/ffx/data/regions.json
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@
{
"name": "Macalania Woods 1st visit: Post-Spherimorph",
"id": 31,
"treasures": [177],
"treasures": [],
"party_members": [],
"bosses": [14],
"overdrives": [],
Expand Down
2 changes: 1 addition & 1 deletion worlds/ffx/locations.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ def get_location_type(location_id: int):
("Inside Sin: Megalixir x1 (Chest)", 174, False), # Item: 1x Megalixir [2009h]
("Inside Sin: Laevatein (Chest)", 175, False), # Gear: buki_get #54 [36h] { Yuna [01h], Weapon {SOS Overdrive [8010h]} }
("Cloudy Mirror", 176, False), # Key Item: Cloudy Mirror [A002h]
("Jecht Sphere", 177, False), # Key Item: Jecht's Sphere [A020h]
# ("Jecht Sphere", 177, False), # Key Item: Jecht's Sphere [A020h]
("Thunder Plains: Phoenix Down x2 (Chest)", 178, False), # Item: 2x Phoenix Down [2006h]
("Thunder Plains: Hi-Potion x2 (Chest)", 179, False), # Item: 2x Hi-Potion [2001h]
("Thunder Plains: 5000 gil (Chest)", 180, False), # Gil: 5000 [32h]
Expand Down
Loading