Fix b2w2 tutor reads

yikes what a typo
Closes #1895
This commit is contained in:
Kurt 2018-04-10 17:36:54 -07:00
parent b8a5ccdf7d
commit b1cb5226f7

View file

@ -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),