mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 08:47:14 +00:00
Fix Pokewalker course unlock all
write to correct location https://projectpokemon.org/home/forums/topic/56084-pokewalker-courses/
This commit is contained in:
parent
46156b48c6
commit
92d1ccf3d9
1 changed files with 1 additions and 1 deletions
|
@ -228,6 +228,6 @@ namespace PKHeX.Core
|
|||
}
|
||||
}
|
||||
|
||||
public void PokewalkerCoursesUnlockAll() => SetData(BitConverter.GetBytes(0x07FF_FFFFu), OFS_WALKER);
|
||||
public void PokewalkerCoursesUnlockAll() => SetData(General, BitConverter.GetBytes(0x07FF_FFFFu), OFS_WALKER);
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue