Skip to content

Commit

Permalink
Fix infinite freeze in rando on GS pickup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Malkierian committed Nov 19, 2024
1 parent 70f3dfa commit 923d7bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions soh/soh/Enhancements/randomizer/hook_handlers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1397,6 +1397,7 @@ void RandomizerOnVanillaBehaviorHandler(GIVanillaBehavior id, bool* should, va_l
}
break;
}
case VB_FREEZE_ON_SKULL_TOKEN:
case VB_TRADE_TIMER_ODD_MUSHROOM:
case VB_TRADE_TIMER_EYEDROPS:
case VB_TRADE_TIMER_FROG:
Expand Down

0 comments on commit 923d7bb

Please sign in to comment.