diff options
| author | Malkierian <malkierian@gmail.com> | 2024-11-19 15:40:23 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-19 15:40:23 -0700 |
| commit | 3f2d8ddc012ff319b8d392dfcebc33d1191082b0 (patch) | |
| tree | 6c0c887744b626853fe449147b4b2d7f236854f8 | |
| parent | 48500419432a7a56f1a42c0ce1e658fe9b3fc389 (diff) | |
Fix infinite freeze in rando on GS pickup. (#4555)
| -rw-r--r-- | soh/soh/Enhancements/randomizer/hook_handlers.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/soh/soh/Enhancements/randomizer/hook_handlers.cpp b/soh/soh/Enhancements/randomizer/hook_handlers.cpp index c4e0639c9..17b0107e8 100644 --- a/soh/soh/Enhancements/randomizer/hook_handlers.cpp +++ b/soh/soh/Enhancements/randomizer/hook_handlers.cpp @@ -1399,6 +1399,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: |
