mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-28 15:36:13 -05:00
Force Gen2 Red Gyarados to be male only, fixed IVs
Closes #3251
Uses fixed IVs to force shininess (rather than mutating DVs)
1f9e688b76/engine/battle/core.asm (L6103-L6110)
Co-Authored-By: CanoeHope <43196464+CanoeHope@users.noreply.github.com>
This commit is contained in:
@@ -34,7 +34,7 @@ internal static class Encounters2
|
||||
new(185, 20, GSC) { Location = 020 }, // Sudowoodo @ Route 36
|
||||
new(236, 10, GSC) { Location = 035 }, // Tyrogue @ Mt. Mortar
|
||||
|
||||
new(130, 30, GSC) { Location = 038, Shiny = Shiny.Always, }, // Gyarados @ Lake of Rage
|
||||
new(130, 30, GSC) { Location = 038, Shiny = Shiny.Always, Gender = 0, IVs = new []{0, 14, 10, 10, 10, 10} }, // Gyarados @ Lake of Rage (forcing shiny IVs result in always Male)
|
||||
new(074, 21, GSC) { Location = 036 }, // Geodude @ Rocket Hideout (Mahogany Town)
|
||||
new(109, 21, GSC) { Location = 036 }, // Koffing @ Rocket Hideout (Mahogany Town)
|
||||
new(100, 23, GSC) { Location = 036 }, // Voltorb @ Rocket Hideout (Mahogany Town)
|
||||
|
||||
Reference in New Issue
Block a user