mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-05 21:17:14 -05:00
Update island scan species prevo table
duosion and luxio weren't devolved to their base species add budew and azurill too. reorganize table so that species are listed in their 'modified' groups (base, base/baby, -1, -2)
This commit is contained in:
parent
01f153007b
commit
2173299ad0
|
|
@ -352,31 +352,31 @@ public static partial class Legal
|
|||
|
||||
internal static readonly int[] PastGenAlolanScans =
|
||||
{
|
||||
152, // Chikorita
|
||||
155, // Cyndaquil
|
||||
158, // Totodile
|
||||
|
||||
069, // Bellsprout
|
||||
111, // Rhyhorn
|
||||
116, // Horsea
|
||||
183, // Marill
|
||||
152, // Chikorita
|
||||
155, // Cyndaquil
|
||||
158, // Totodile
|
||||
220, // Swinub
|
||||
315, // Roselia
|
||||
363, // Spheal
|
||||
404, // Luxio
|
||||
543, // Venipede
|
||||
574, // Gothita
|
||||
578, // Duosion
|
||||
599, // Klink
|
||||
607, // Litwick
|
||||
610, // Axew
|
||||
633, // Deino
|
||||
679, // Honedge
|
||||
|
||||
183, 298, // Marill {Azurill}
|
||||
315, 406, // Roselia {Budew}
|
||||
|
||||
175, // [468] Togekiss (Togepi)
|
||||
287, // [288] Vigoroth (Slakoth)
|
||||
396, // [397] Staravia (Starly)
|
||||
403, // [404] Luxio (Shinx)
|
||||
495, // [497] Serperior (Snivy)
|
||||
577, // [578] Duosion (Solosis)
|
||||
|
||||
498, // [500] Emboar (Tepig)
|
||||
501, // [503] Samurott (Oshawott)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user