Skip to content

Commit

Permalink
Fix incorrect flag assigned to Jabu Jabus Belly MQ Hallway Small Crate 2
Browse files Browse the repository at this point in the history
  • Loading branch information
rrealmuto committed Nov 21, 2023
1 parent 2cca72e commit 5479797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LocationList.py
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@ def shop_address(shop_id: int, shelf_id: int) -> int:
("Jabu Jabus Belly MQ Small Crate Near Cow 2", ("SmallCrate", 0x02, (4,0,13), None, 'Nothing', ("Jabu Jabu's Belly MQ", "Master Quest", "Small Crates",))),
("Jabu Jabus Belly MQ Near Boss Pot", ("Pot", 0x02, (5,0,14), None, 'Fairy Drop', ("Jabu Jabu's Belly MQ", "Master Quest", "Pots",))),
("Jabu Jabus Belly MQ Hallway Small Crate 1", ("SmallCrate", 0x02, (7,0,6), None, 'Nothing', ("Jabu Jabu's Belly MQ", "Master Quest", "Small Crates",))),
("Jabu Jabus Belly MQ Hallway Small Crate 2", ("SmallCrate", 0x02, (7,0,6), None, 'Nothing', ("Jabu Jabu's Belly MQ", "Master Quest", "Small Crates",))),
("Jabu Jabus Belly MQ Hallway Small Crate 2", ("SmallCrate", 0x02, (7,0,7), None, 'Nothing', ("Jabu Jabu's Belly MQ", "Master Quest", "Small Crates",))),
("Jabu Jabus Belly MQ Falling Like Like Room Pot 1", ("Pot", 0x02, (11,0,27), None, 'Arrows (5)', ("Jabu Jabu's Belly MQ", "Master Quest", "Pots",))),
("Jabu Jabus Belly MQ Falling Like Like Room Pot 2", ("Pot", 0x02, (11,0,31), None, 'Bombs (5)', ("Jabu Jabu's Belly MQ", "Master Quest", "Pots",))),
("Jabu Jabus Belly MQ Boomerang Room Pot 1", ("Pot", 0x02, (14,0,11), None, 'Bombs (5)', ("Jabu Jabu's Belly MQ", "Master Quest", "Pots",))),
Expand Down

0 comments on commit 5479797

Please sign in to comment.