From 2ab805ba98f8fa910ee74b6234322ecac1907372 Mon Sep 17 00:00:00 2001 From: Kurt Date: Thu, 30 Nov 2017 19:31:38 -0800 Subject: [PATCH] Add method h safari analogues for ESV->slot --- PKHeX.Core/Legality/RNG/Frame/SlotRange.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PKHeX.Core/Legality/RNG/Frame/SlotRange.cs b/PKHeX.Core/Legality/RNG/Frame/SlotRange.cs index af95e0385..c55c657f3 100644 --- a/PKHeX.Core/Legality/RNG/Frame/SlotRange.cs +++ b/PKHeX.Core/Legality/RNG/Frame/SlotRange.cs @@ -45,8 +45,11 @@ private static int HSlot(SlotType type, uint rand) return CalcSlot(ESV, H_SuperRod); case SlotType.Rock_Smash: + case SlotType.Rock_Smash_Safari: case SlotType.Surf: + case SlotType.Surf_Safari: return CalcSlot(ESV, H_Surf); + case SlotType.Swarm: return ESV < 50 ? 0 : -1; default: