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:
ShadyRelapse-PP 2022-06-19 03:14:29 +01:00 committed by GitHub
parent d1c2f6ef6e
commit bd25312181
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -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);
}

View file

@ -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);
}