mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-08 14:29:26 -05:00
Fix Pokewalker course unlock all
write to correct location https://projectpokemon.org/home/forums/topic/56084-pokewalker-courses/
This commit is contained in:
@@ -228,6 +228,6 @@ public bool[] PokewalkerCoursesUnlocked
|
||||
}
|
||||
}
|
||||
|
||||
public void PokewalkerCoursesUnlockAll() => SetData(BitConverter.GetBytes(0x07FF_FFFFu), OFS_WALKER);
|
||||
public void PokewalkerCoursesUnlockAll() => SetData(General, BitConverter.GetBytes(0x07FF_FFFFu), OFS_WALKER);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user