Add ResetCount for DnM/DS

This commit is contained in:
Cuyler36 2020-08-26 00:29:35 -04:00
parent 2cf5299d5a
commit 473ba9be31

View file

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