mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-12 23:37:07 +00:00
Added Second Roaming Pokemon for Platinum and Third Roaming Pokemon for HGSS (#3531)
* Update SAV4HGSS.cs * Update SAV4HGSS.cs * Update SAV4Pt.cs * Update SAV4HGSS.cs * Update SAV4HGSS.cs
This commit is contained in:
parent
d1c2f6ef6e
commit
bd25312181
2 changed files with 3 additions and 1 deletions
|
@ -254,4 +254,5 @@ public sealed class SAV4HGSS : SAV4
|
|||
|
||||
public Roamer4 Roamer1 => new(General, 0x68B4);
|
||||
public Roamer4 Roamer2 => new(General, 0x68C8);
|
||||
}
|
||||
public Roamer4 Roamer3 => new(General, 0x68DC);
|
||||
}
|
||||
|
|
|
@ -129,4 +129,5 @@ public sealed class SAV4Pt : SAV4Sinnoh
|
|||
public override uint SwarmMaxCountModulo => 22;
|
||||
|
||||
public Roamer4 Roamer1 => new(General, 0x8008);
|
||||
public Roamer4 Roamer2 => new(General, 0x801C);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue