mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-25 09:45:47 -05:00
@@ -615,7 +615,7 @@ private static EncounterSlot1[] readSlots(byte[] data, ref int ofs, int count, S
|
||||
|
||||
slots[i] = new EncounterSlot1
|
||||
{
|
||||
LevelMax = lvl,
|
||||
LevelMax = t == SlotType.Surf ? lvl + 4 : lvl,
|
||||
LevelMin = lvl,
|
||||
Species = spec,
|
||||
Type = t,
|
||||
|
||||
Reference in New Issue
Block a user