Skip to content

Commit 07a663b

Browse files
committed
Fix Jade Jungle coin bushes
1 parent 4493305 commit 07a663b

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,6 @@ Initial Release.
5050

5151
# 1.2.4
5252
* Quick hotfix for scrolling vertical layout item section.
53+
54+
# 1.2.5
55+
* Coin bushes in Jade Jungle first room previously had swapped logic.

locations/LavalavaIsland.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,13 +220,13 @@
220220
{
221221
"name": "Bottom Left Bush",
222222
"visibility_rules": ["foliage_setting"],
223+
"access_rules": ["hammer, $sushie"],
223224
"chest_unopened_img": "images/chests/coin.png",
224225
"chest_opened_img": "images/chests/coin_checked.png",
225226
"item_count": 1
226227
},
227228
{
228229
"name": "Bottom Right Bush",
229-
"access_rules": ["hammer, $sushie"],
230230
"visibility_rules": ["foliage_setting"],
231231
"chest_unopened_img": "images/chests/coin.png",
232232
"chest_opened_img": "images/chests/coin_checked.png",
@@ -450,7 +450,7 @@
450450
"chest_unopened_img": "images/chests/coin.png",
451451
"chest_opened_img": "images/chests/coin_checked.png",
452452
"item_count": 1
453-
}
453+
}
454454
],
455455
"map_locations": [
456456
{
@@ -475,7 +475,7 @@
475475
"chest_unopened_img": "images/chests/coin.png",
476476
"chest_opened_img": "images/chests/coin_checked.png",
477477
"item_count": 1
478-
}
478+
}
479479
],
480480
"map_locations": [
481481
{

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Paper Mario Randomizer Tracker",
33
"game_name": "Paper Mario",
44
"platform": "n64",
5-
"package_version": "1.2.4",
5+
"package_version": "1.2.5",
66
"package_uid": "pmr_tracker_phantom5800",
77
"author": "Phantom5800",
88
"variants": {

0 commit comments

Comments
 (0)