Add jp crystal eventflag offset

was pointing to an FF'd region, was added back via
e86b8c670f

Closes #2347
This commit is contained in:
Kurt 2019-07-04 15:07:37 -07:00
parent 7a2b27ebbe
commit 5a8b421672

View file

@ -103,7 +103,7 @@ namespace PKHeX.Core
PouchBall = 0x2465;
PouchPC = 0x247F;
EventFlag = 0x2600;
EventFlag = CurrentBoxIndex - 0x100;
break;
default:
@ -165,7 +165,7 @@ namespace PKHeX.Core
PouchBall = 0x2447;
PouchPC = 0x2461;
EventFlag = 0x1800;
EventFlag = CurrentBoxIndex - 0x100;
break;
default: