mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-25 01:45:14 -05:00
Update SAV1StadiumJ.cs
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user