dampe race poh

This commit is contained in:
briaguya 2022-05-30 00:52:28 -04:00
commit f3eff1e36d

View file

@ -1143,11 +1143,15 @@ RandomizerCheck Randomizer::GetCheckFromActor(s16 sceneNum, s16 actorId, s16 act
return GRAVEYARD_ROYAL_FAMILYS_TOMB_CHEST; return GRAVEYARD_ROYAL_FAMILYS_TOMB_CHEST;
} }
case 72: case 72:
// todo make sure dampe gives the PoH when the chest is opened
// default logic seems to be give PoH when hookshot in inventory
switch(actorParams) { switch(actorParams) {
case 4352: case 4352:
return GRAVEYARD_HOOKSHOT_CHEST; return GRAVEYARD_HOOKSHOT_CHEST;
case 262: case 262:
return KAK_WINDMILL_FREESTANDING_POH; return KAK_WINDMILL_FREESTANDING_POH;
case 1798:
return GRAVEYARD_DAMPE_RACE_FREESTANDING_POH;
} }
case 96: case 96:
switch(actorParams) { switch(actorParams) {