mirror of https://github.com/pret/pokecrystal.git
6 → PARTY_LENGTH
This commit is contained in:
parent
7f54df58bf
commit
f091bb8f03
2
wram.asm
2
wram.asm
|
@ -2482,7 +2482,7 @@ RegisteredItem:: db ; d95c
|
||||||
PlayerState:: db ; d95d
|
PlayerState:: db ; d95d
|
||||||
|
|
||||||
wHallOfFameCount:: dw
|
wHallOfFameCount:: dw
|
||||||
wTradeFlags:: flag_array 6 ; d960
|
wTradeFlags:: flag_array PARTY_LENGTH ; d960
|
||||||
ds 1
|
ds 1
|
||||||
MooMooBerries:: db ; d962
|
MooMooBerries:: db ; d962
|
||||||
UndergroundSwitchPositions:: db ; d963
|
UndergroundSwitchPositions:: db ; d963
|
||||||
|
|
Loading…
Reference in New Issue