mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-22 20:13:06 +00:00
Pt: Swap roamer indexes (moltres, articuno)
f3604018fe/include/roaming_pokemon.h (L10-L12)
Closes #4176
This commit is contained in:
parent
48646fd001
commit
48b0f0c6a3
1 changed files with 2 additions and 2 deletions
|
@ -185,9 +185,9 @@ public sealed class SAV4Pt : SAV4Sinnoh
|
|||
public Roamer4 RoamerMesprit => GetRoamer(0);
|
||||
public Roamer4 RoamerCresselia => GetRoamer(1);
|
||||
public Roamer4 RoamerUnused => GetRoamer(2); // Darkrai
|
||||
public Roamer4 RoamerArticuno => GetRoamer(3);
|
||||
public Roamer4 RoamerMoltres => GetRoamer(3);
|
||||
public Roamer4 RoamerZapdos => GetRoamer(4);
|
||||
public Roamer4 RoamerMoltres => GetRoamer(5);
|
||||
public Roamer4 RoamerArticuno => GetRoamer(5);
|
||||
|
||||
private Roamer4 GetRoamer(int index)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue