mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-15 16:41:03 -05:00
Update SAV1StadiumJ.cs
This commit is contained in:
parent
2e82636f1e
commit
f821d698fe
|
|
@ -105,7 +105,7 @@ public override byte[] GetDataForFormatStored(PKM pkm)
|
|||
public override byte[] GetDataForBox(PKM pkm) => GetDataForFormatStored(pkm);
|
||||
|
||||
public override int GetBoxOffset(int box) => Box + ListHeaderSize + (box * BoxSizeJ);
|
||||
public static int GetTeamOffset(int team) => 0 + ListHeaderSize + (team * TeamSizeJ);
|
||||
public static int GetTeamOffset(int team) => 0 + (team * TeamSizeJ);
|
||||
|
||||
public string GetTeamName(int team)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user