You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Fix wram labeling for wPCItems
This commit is contained in:
@@ -145,10 +145,10 @@ GetPocketCapacity:
|
||||
.not_bag
|
||||
ld c, MAX_PC_ITEMS
|
||||
ld a, e
|
||||
cp LOW(wPCItems)
|
||||
cp LOW(wNumPCItems)
|
||||
jr nz, .not_pc
|
||||
ld a, d
|
||||
cp HIGH(wPCItems)
|
||||
cp HIGH(wNumPCItems)
|
||||
ret z
|
||||
|
||||
.not_pc
|
||||
|
Reference in New Issue
Block a user