Skip to content
21 changes: 18 additions & 3 deletions worlds/mm_recomp/Locations.py
Original file line number Diff line number Diff line change
Expand Up @@ -1279,11 +1279,11 @@ def can_create_heart_location(shp, c_or_p, loc_index):
region="Pirates' Fortress Sewers",
address=0x3469420062301
),
"Pirates' Fortress Sewers Underwater Lower Chest": MMRLocationData(
"Pirates' Fortress Sewers Underwater Upper Chest": MMRLocationData(
region="Pirates' Fortress Sewers",
address=0x3469420062306
),
"Pirates' Fortress Sewers Underwater Upper Chest": MMRLocationData(
"Pirates' Fortress Sewers Underwater Lower Chest": MMRLocationData(
region="Pirates' Fortress Sewers",
address=0x3469420062304
),
Expand Down Expand Up @@ -6743,7 +6743,12 @@ def can_create_heart_location(shp, c_or_p, loc_index):
),

# Ikana Castle Grass


"Ikana Castle Grass (0)": MMRLocationData(
region="Ikana Castle",
address=0x3469420121D00,
can_create=lambda options: options.grasssanity.value
),
"Ikana Castle Grass (1)": MMRLocationData(
region="Ikana Castle",
address=0x3469420121D0B,
Expand Down Expand Up @@ -7749,6 +7754,11 @@ def can_create_heart_location(shp, c_or_p, loc_index):
address=0x3469420205000,
can_create=lambda options: options.potsanity.value
),
"Mountain Village Spring Rooftop Pot": MMRLocationData(
region="Mountain Village",
address=0x3469420205A00,
can_create=lambda options: options.potsanity.value
),
"Mountain Village Pots (1)": MMRLocationData(
region="Mountain Village",
address=0x34694202050F0,
Expand Down Expand Up @@ -16934,6 +16944,11 @@ def can_create_heart_location(shp, c_or_p, loc_index):
address=0x3469420310315,
can_create=lambda options: options.signsanity.value
),
"Mountain Village Pond Sring Cut the Sign": MMRLocationData(
region="Mountain Village",
address=0x3469420310318,
can_create=lambda options: options.signsanity.value
),
"Mountain Village Twin Island Entrance Cut the Sign": MMRLocationData(
region="Mountain Village",
address=0x3469420310313,
Expand Down
Loading