mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-04-25 16:35:02 -05:00
Correct Arceus Chronicles Growlithe dates
This commit is contained in:
parent
7bab0270bb
commit
a97e74e628
|
|
@ -92,7 +92,7 @@ private static bool IsValidDate(DateTime obtained, (DateTime Start, DateTime? En
|
|||
{0801, (new(2022, 02, 25), new(2022, 06, 01))}, // Teresa Roca Hisuian Growlithe
|
||||
{1201, (new(2022, 05, 31), new(2022, 08, 01))}, // 전이마을 Regigigas
|
||||
{1202, (new(2022, 05, 31), new(2022, 08, 01))}, // 빛나's Piplup
|
||||
{1203, (new(2022, 08, 16), null)}, // Arceus Chronicles Hisuian Growlithe
|
||||
{1203, (new(2022, 08, 18), new(2022, 10, 31))}, // Arceus Chronicles Hisuian Growlithe
|
||||
|
||||
{9018, (new(2022, 05, 18), Never)}, // Hidden Ability Rowlet
|
||||
{9019, (new(2022, 05, 18), Never)}, // Hidden Ability Cyndaquil
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user