mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Add Chests in Waterfall of Wishing.
This commit is contained in:
@@ -22,7 +22,7 @@ def create_regions(world):
|
||||
"[cave-022-B1] Thiefs hut [bottom right chest]"]),
|
||||
create_region('Hyrule Castle Secret Entrance', ['Uncle', '[cave-034] Hyrule Castle Secret Entrance'], ['Hyrule Castle Secret Entrance Exit']),
|
||||
create_region('Zoras River', ['King Zora', 'Piece of Heart (Zoras River)']),
|
||||
create_region('Waterfall of Wishing'),
|
||||
create_region('Waterfall of Wishing', ['Waterfall Fairy - Left', 'Waterfall Fairy - Right']),
|
||||
create_region('Kings Grave', ['[cave-018] Graveyard - top right grave']),
|
||||
create_region('North Fairy Cave', None, ['North Fairy Cave Exit']),
|
||||
create_region('Dam', ['[cave-047] Dam']),
|
||||
@@ -295,6 +295,8 @@ location_table = {'Mushroom': (0x180013, False, 'in the woods'),
|
||||
'[cave-034] Hyrule Castle Secret Entrance': (0xE971, False, 'near your uncle'),
|
||||
'King Zora': (0xEE1C3, False, 'at a high price'),
|
||||
'Piece of Heart (Zoras River)': (0x180149, False, 'near Zora'),
|
||||
'Waterfall Fairy - Left': (0xE9B0, False, 'near a fairy'),
|
||||
'Waterfall Fairy - Right': (0xE9D1, False, 'near a fairy'),
|
||||
'[cave-018] Graveyard - top right grave': (0xE97A, False, 'alone in a cave'),
|
||||
'[cave-047] Dam': (0xE98C, False, 'in the dam'),
|
||||
'[cave-040] Links House': (0xE9BC, False, 'in your home'),
|
||||
|
Reference in New Issue
Block a user