Skip to content

Commit

Permalink
Fix BOTW MQ Pot Typo
Browse files Browse the repository at this point in the history
Co-authored-by: Fenhl <[email protected]>
  • Loading branch information
rrealmuto and fenhl authored Dec 8, 2023
1 parent b216ff6 commit 3de3817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LocationList.py
Original file line number Diff line number Diff line change
Expand Up @@ -1343,7 +1343,7 @@ def shop_address(shop_id: int, shelf_id: int) -> int:
("Bottom of the Well MQ Center Room Right Pot 1", ("Pot", 0x08, (0,0,41), None, 'Recovery Heart', ("Bottom of the Well MQ", "Master Quest", "Pots",))),
("Bottom of the Well MQ Center Room Right Pot 2", ("Pot", 0x08, (0,0,43), None, 'Arrows (10)', ("Bottom of the Well MQ", "Master Quest", "Pots",))),
("Bottom of the Well MQ Center Room Right Pot 3", ("Pot", 0x08, (0,0,45), None, 'Bombs (5)', ("Bottom of the Well MQ", "Master Quest", "Pots",))),
("Bottom of the Well MQ Perimiter Behind Gate Pot", ("Pot", 0x08, (0,0,47), None, 'Fairy Drop', ("Bottom of the Well MQ", "Master Quest", "Pots",))),
("Bottom of the Well MQ Perimeter Behind Gate Pot", ("Pot", 0x08, (0,0,47), None, 'Fairy Drop', ("Bottom of the Well MQ", "Master Quest", "Pots",))),
("Bottom of the Well MQ East Inner Room Pot 1", ("Pot", 0x08, (5,0,7), None, 'Recovery Heart', ("Bottom of the Well MQ", "Master Quest", "Pots",))),
("Bottom of the Well MQ East Inner Room Pot 2", ("Pot", 0x08, (5,0,8), None, 'Recovery Heart', ("Bottom of the Well MQ", "Master Quest", "Pots",))),
("Bottom of the Well MQ East Inner Room Pot 3", ("Pot", 0x08, (5,0,9), None, 'Recovery Heart', ("Bottom of the Well MQ", "Master Quest", "Pots",))),
Expand Down
2 changes: 1 addition & 1 deletion data/World/Bottom of the Well MQ.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"Bottom of the Well MQ Main Area Right Slingshot Wonderitem 2": "Slingshot",
"Bottom of the Well MQ Main Area Right Slingshot Wonderitem 3": "Slingshot",
"Bottom of the Well MQ Main Area Right Slingshot Wonderitem 4": "Slingshot",
"Bottom of the Well MQ Perimiter Behind Gate Pot": "has_explosives and Slingshot",
"Bottom of the Well MQ Perimeter Behind Gate Pot": "has_explosives and Slingshot",
"Wall Fairy": "has_bottle and Slingshot" # The fairy pot is obsolete
},
"exits": {
Expand Down

0 comments on commit 3de3817

Please sign in to comment.