Add ResetCount for DnM/DS
This commit is contained in:
parent
2cf5299d5a
commit
473ba9be31
1 changed files with 3 additions and 3 deletions
|
@ -137,8 +137,9 @@ public static class PlayerInfo
|
|||
IdentifierSize = 2,
|
||||
TownIdentifier = 0xE,
|
||||
TownIdentifierSize = 2,
|
||||
Gender = 0x10, //
|
||||
FaceType = 0x11, //
|
||||
Gender = 0x10,
|
||||
FaceType = 0x11,
|
||||
ResetCount = 0x12,
|
||||
Pockets = 0x14,
|
||||
PocketsCount = 15,
|
||||
Bells = 0x38,
|
||||
|
@ -191,7 +192,6 @@ public static class PlayerInfo
|
|||
NewLeafWallet = -1,
|
||||
MeowCoupons = -1,
|
||||
IslandMedals = -1,
|
||||
ResetCount = -1,
|
||||
IslandBox = -1,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue