mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-08 10:15:44 -05:00
@@ -14,7 +14,7 @@ public PersonalInfoB2W2(byte[] data)
|
||||
|
||||
// Unpack TMHM & Tutors
|
||||
TMHM = GetBits(Data, 0x28, 0x10);
|
||||
TypeTutors = GetBits(Data, 0x3, 0x4);
|
||||
TypeTutors = GetBits(Data, 0x38, 0x4);
|
||||
SpecialTutors = new[]
|
||||
{
|
||||
GetBits(Data, 0x3C, 0x04),
|
||||
|
||||
Reference in New Issue
Block a user