From 1122a3f21edfb02cd6506ee1afde117b518d9c19 Mon Sep 17 00:00:00 2001 From: Kurt Date: Thu, 5 Apr 2018 17:00:50 -0700 Subject: [PATCH] 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! --- PKHeX.Core/Saves/Substructures/SAV2Offsets.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKHeX.Core/Saves/Substructures/SAV2Offsets.cs b/PKHeX.Core/Saves/Substructures/SAV2Offsets.cs index 77e15deff..984dcc544 100644 --- a/PKHeX.Core/Saves/Substructures/SAV2Offsets.cs +++ b/PKHeX.Core/Saves/Substructures/SAV2Offsets.cs @@ -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