Skip to content

Commit

Permalink
Merge 'Add missing MQ Jabu Like like room wonderitems' (#2296)
Browse files Browse the repository at this point in the history
  • Loading branch information
fenhl committed Sep 17, 2024
2 parents 24ad945 + 1fba6f3 commit 3b3282f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions LocationList.py
Original file line number Diff line number Diff line change
Expand Up @@ -1259,6 +1259,9 @@ def shop_address(shop_id: int, shelf_id: int) -> int:
("Jabu Jabus Belly MQ Falling Like-Like Room Left Cow Wonderitem 1", ("Wonderitem",0x02, (11,0,23), None, 'Recovery Heart', ("Jabu Jabu's Belly", "Master Quest", "Wonderitem"))),
("Jabu Jabus Belly MQ Falling Like-Like Room Left Cow Wonderitem 2", ("Wonderitem",0x02, (11,0,24), None, 'Recovery Heart', ("Jabu Jabu's Belly", "Master Quest", "Wonderitem"))),
("Jabu Jabus Belly MQ Falling Like-Like Room Left Cow Wonderitem 3", ("Wonderitem",0x02, (11,0,25), None, 'Recovery Heart', ("Jabu Jabu's Belly", "Master Quest", "Wonderitem"))),
("Jabu Jabus Belly MQ Falling Like-Like Room Explosives Wonderitem 1", ("Wonderitem",0x02, (11,0,28), None, 'Fairy Drop', ("Jabu Jabu's Belly", "Master Quest", "Wonderitem"))),
("Jabu Jabus Belly MQ Falling Like-Like Room Explosives Wonderitem 2", ("Wonderitem",0x02, (11,0,29), None, 'Fairy Drop', ("Jabu Jabu's Belly", "Master Quest", "Wonderitem"))),
("Jabu Jabus Belly MQ Falling Like-Like Room Explosives Wonderitem 3", ("Wonderitem",0x02, (11,0,30), None, 'Fairy Drop', ("Jabu Jabu's Belly", "Master Quest", "Wonderitem"))),


# Jabu Jabu's Belly Shared
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ issue. You should always Hard Reset to avoid this issue entirely.
* Fix a bug where a foolish hint could be generated for an area despite not having any shuffled item locations.
* Fix a bug where spoiler logs' `randomized_settings` fields could be incomplete.
* Prevent setting names from overlapping with scrollbars in the GUI.
* Add missing Wonderitems in MQ Jabu Jabu's falling Like Like room.

#### New Speedups
* Meg will now take less time before respawning after getting hurt.
Expand Down
3 changes: 3 additions & 0 deletions data/World/Jabu Jabus Belly MQ.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@
"Jabu Jabus Belly MQ Falling Like-Like Room Left Cow Wonderitem 1": "True",
"Jabu Jabus Belly MQ Falling Like-Like Room Left Cow Wonderitem 2": "True",
"Jabu Jabus Belly MQ Falling Like-Like Room Left Cow Wonderitem 3": "True",
"Jabu Jabus Belly MQ Falling Like-Like Room Explosives Wonderitem 1": "has_explosives",
"Jabu Jabus Belly MQ Falling Like-Like Room Explosives Wonderitem 2": "has_explosives",
"Jabu Jabus Belly MQ Falling Like-Like Room Explosives Wonderitem 3": "has_explosives",
"Jabu Jabus Belly MQ Hallway Small Crate 1": "True",
"Jabu Jabus Belly MQ Hallway Small Crate 2": "True"
},
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '8.1.88'
__version__ = '8.1.89'

# This is a supplemental version number for branches based off of main dev.
supplementary_version = 0
Expand Down

0 comments on commit 3b3282f

Please sign in to comment.