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