mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-27 18:12:15 -05:00
Add gen4 current box
This commit is contained in:
parent
d2342ba965
commit
ca139cf7e4
|
|
@ -531,7 +531,7 @@ public int Y
|
|||
public override int SecondsToFame { get { return BitConverter.ToInt32(Data, AdventureInfo + 0x3C); } set { BitConverter.GetBytes(value).CopyTo(Data, AdventureInfo + 0x3C); } }
|
||||
|
||||
// Storage
|
||||
public int UnlockedBoxes
|
||||
public override int CurrentBox
|
||||
{
|
||||
get { return Data[Box - 4]; }
|
||||
set { Data[Box - 4] = (byte)value; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user