mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-28 01:25:13 -05:00
New SWSH Block Data (#2890)
* New SWSH Block Data Found these pretty useful blocks for IoA. I'll maybe look into Restricted Sparring data in the next week or so if no one else does by then.
This commit is contained in:
@@ -152,6 +152,9 @@ public SaveBlockAccessor8SWSH(SAV8SWSH sav)
|
||||
public const uint KOptionAutoSave = 0xB027F396; // U32 OptOut AutoSave=0
|
||||
public const uint KOptionShowNicknames = 0xCA8A8CEE; // U32 OptOut Show=0
|
||||
public const uint KOptionShowMoves = 0x9C781AE2; // U32 OptOut Show=0
|
||||
public const uint KDojoWattDonationTotal = 0xC7161487; // U32 Amount of Watts donated to Master Dojo
|
||||
public const uint KDiggingPaWattStreak = 0x68BBA8B1; // U32 Most Watts dug up by the Digging Pa
|
||||
public const uint KAlolanDiglettFound = 0x4AEA5A7E; // U32 Amount of Alolan Diglett found on Isle of Armor
|
||||
}
|
||||
}
|
||||
#pragma warning restore IDE0051 // Remove unused private members
|
||||
|
||||
Reference in New Issue
Block a user