Skip to content

Commit

Permalink
v1.2.1 update: fixed a logic issue with Chozodia Ruins Test region
Browse files Browse the repository at this point in the history
  • Loading branch information
ladybunne committed Dec 13, 2024
1 parent 9dbabb3 commit 379d186
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Metroid: Zero Mission - Archipelago",
"game_name": "Metroid: Zero Mission",
"package_version": "1.2",
"package_version": "1.2.1",
"package_uid": "MetroidZeroMission-Archipelago",
"platform": "Windows",
"author": "Ladybunne",
Expand Down
1 change: 0 additions & 1 deletion scripts/logic/logic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ function CanReach(location)
-- Very jank, but... if it's the first check, update accessible_regions.
if location == "Brinstar Morph Ball" then
UpdateAccessibleRegions()
print(kraid_upper_right()())
end

-- Get access rules for the location.
Expand Down
2 changes: 1 addition & 1 deletion scripts/logic/requirements.lua
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ RuinsTestEscape = All(
CanWallJump
),
CanIBJ,
Has("Space Jump")
Has("SpaceJump")
),
CanEnterMediumMorphTunnel
)
Expand Down
8 changes: 8 additions & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"versions": [
{
"package_version": "1.2.1",
"download_url": "https://github.com/ladybunne/MetroidZeroMission_PopTrackerPack/releases/download/v1.2.1/MetroidZeroMission_PopTrackerPack.zip",
"sha256": "",
"changelog": [
"Fixed a minor logic issue where Space Jump wasn't being checked properly for Chozodia Ruins Test Area checks."
]
},
{
"package_version": "1.2",
"download_url": "https://github.com/ladybunne/MetroidZeroMission_PopTrackerPack/releases/download/v1.2/MetroidZeroMission_PopTrackerPack.zip",
Expand Down

0 comments on commit 379d186

Please sign in to comment.