mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-28 12:17:30 -05:00
Add method h safari analogues for ESV->slot
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user