Skip to content

Commit

Permalink
update logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Br00ty committed Dec 14, 2024
1 parent 1b9ea4c commit cd3615d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions locations/locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{
"name": "White Sword Pond",
"access_rules": [
"[$weapons], heart:2"
"heart:2"
],
"sections": [
{
Expand Down Expand Up @@ -97,7 +97,7 @@
{
"name": "Ocean Heart Container",
"access_rules": [
"{}", "ladder, [$weapons]"
"{}", "ladder"
],
"sections": [
{
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "TLoZ Randomizer - AP",
"game_name": "The Legend of Zelda",
"package_version": "1.5.5",
"package_version": "1.5.5.1",
"package_uid": "tloz_brooty",
"platform": "nes",
"author": "Br00ty",
Expand Down
10 changes: 10 additions & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"versions": [
{
"package_version": "1.5.5.1",
"download_url": "https://github.com/Br00ty/tloz_brooty/releases/download/1.5.5.1/tloz_brooty.zip",
"sha256": "f53cc03ed4e1e8ae9713e87ea5e99ee810e5c7c002b8a7471d145558fb0d8108",
"changelog": [
"move a location in Lvl 9 to see the stairs",
"revert logic in Lvl 3 Gleeok",
"Remove Weapon Requirements for White Sword Pond and Ocean Heart Container"
]
},
{
"package_version": "1.5.5",
"download_url": "https://github.com/Br00ty/tloz_brooty/releases/download/1.5.5/tloz_brooty.zip",
Expand Down

0 comments on commit cd3615d

Please sign in to comment.