mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 08:47:14 +00:00
Add jp crystal eventflag offset
was pointing to an FF'd region, was added back via
e86b8c670f
Closes #2347
This commit is contained in:
parent
7a2b27ebbe
commit
5a8b421672
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue