mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-11 02:05:32 -05:00
Fix special beam move order
Differs from gen4 which has frenzy plant last
This commit is contained in:
@@ -218,9 +218,9 @@ public static partial class Legal
|
||||
(int)Move.GrassPledge,
|
||||
(int)Move.FirePledge,
|
||||
(int)Move.WaterPledge,
|
||||
(int)Move.FrenzyPlant,
|
||||
(int)Move.BlastBurn,
|
||||
(int)Move.HydroCannon,
|
||||
(int)Move.FrenzyPlant,
|
||||
(int)Move.DracoMeteor,
|
||||
(int)Move.DragonAscent,
|
||||
};
|
||||
|
||||
@@ -697,9 +697,9 @@ public static partial class Legal
|
||||
(int)Move.GrassPledge,
|
||||
(int)Move.FirePledge,
|
||||
(int)Move.WaterPledge,
|
||||
(int)Move.FrenzyPlant,
|
||||
(int)Move.BlastBurn,
|
||||
(int)Move.HydroCannon,
|
||||
(int)Move.FrenzyPlant,
|
||||
(int)Move.DracoMeteor,
|
||||
(int)Move.SteelBeam,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user