mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-04-25 16:35:02 -05:00
Fix incorrect move reference (Aipom evolve)
This commit is contained in:
parent
988a0b5718
commit
c09a4646a1
|
|
@ -20,7 +20,7 @@ internal static class EvolutionRestrictions
|
|||
(int)Eevee => 0,
|
||||
(int)MimeJr => (int)Mimic,
|
||||
(int)Bonsly => (int)Mimic,
|
||||
(int)Aipom => (int)Mimic,
|
||||
(int)Aipom => (int)DoubleHit,
|
||||
(int)Lickitung => (int)Rollout,
|
||||
(int)Tangela => (int)AncientPower,
|
||||
(int)Yanma => (int)AncientPower,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user