Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing MQ Jabu Like like room wonderitems #2296

Merged
merged 1 commit into from
Sep 17, 2024
Merged
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
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"))),
fenhl marked this conversation as resolved.
Show resolved Hide resolved


# Jabu Jabu's Belly Shared
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
Loading