mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-11 06:05:04 -05:00
Shift kor gs pokedex bitflag region
-0x20 yields a match for seen/caught https://projectpokemon.org/home/forums/topic/44692-i-have-a-question-about-gen2-of-pkhex/ Thanks BLACKBIRD!
This commit is contained in:
parent
8710c7a517
commit
1122a3f21e
|
|
@ -162,8 +162,8 @@ private void LoadOffsetsKorean(GameVersion Version)
|
|||
JohtoBadges = 0x23DC;
|
||||
BoxNames = 0x26FF;
|
||||
Party = 0x28CC;
|
||||
PokedexCaught = 0x2AAE;
|
||||
PokedexSeen = 0x2ACE;
|
||||
PokedexCaught = 0x2A8E;
|
||||
PokedexSeen = 0x2AAE;
|
||||
CurrentBox = 0x2DAE;
|
||||
CurrentBoxIndex = 0x26FC;
|
||||
Gender = -1; // No gender in GS
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user