mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-09 04:24:36 -05:00
Fix ORAS inventory class type
now no longer removes items from pouch https://projectpokemon.org/home/forums/topic/53761-oras-item-problems-with-new-version/
This commit is contained in:
parent
772a2715c0
commit
8f88e630c2
|
|
@ -148,7 +148,7 @@ private void Initialize()
|
|||
/* 56: 33000-67AD0, 34AD0 */ Box = 0x33000;
|
||||
/* 57: 67C00-75C58, 0E058 */ JPEG = 0x67C00;
|
||||
|
||||
Items = new MyItem6XY(this, 0x00400);
|
||||
Items = new MyItem6AO(this, 0x00400);
|
||||
PuffBlock = new Puff6(this, 0x0000);
|
||||
GameTime = new GameTime6(this, 0x01200);
|
||||
Situation = new Situation6(this, 0x01400);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user