mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 20:43:07 +00:00
parent
b8a5ccdf7d
commit
b1cb5226f7
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
// Unpack TMHM & Tutors
|
||||
TMHM = GetBits(Data, 0x28, 0x10);
|
||||
TypeTutors = GetBits(Data, 0x3, 0x4);
|
||||
TypeTutors = GetBits(Data, 0x38, 0x4);
|
||||
SpecialTutors = new[]
|
||||
{
|
||||
GetBits(Data, 0x3C, 0x04),
|
||||
|
|
Loading…
Reference in a new issue