You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08:00
Fix wram labeling for wPCItems
This commit is contained in:
@@ -158,7 +158,7 @@ MobileCheckOwnMonAnywhere:
|
||||
UnusedFindItemInPCOrBag:
|
||||
ld a, [wScriptVar]
|
||||
ld [wCurItem], a
|
||||
ld hl, wPCItems
|
||||
ld hl, wNumPCItems
|
||||
call CheckItem
|
||||
jr c, .found
|
||||
|
||||
|
||||
@@ -2664,7 +2664,7 @@ Function17e165:
|
||||
pop hl
|
||||
jr c, .asm_17e195
|
||||
push hl
|
||||
ld hl, wPCItems
|
||||
ld hl, wNumPCItems
|
||||
call CheckItem
|
||||
pop hl
|
||||
jr c, .asm_17e195
|
||||
|
||||
Reference in New Issue
Block a user