Fix wram labeling for wPCItems

This commit is contained in:
Fredrik Ljungdahl
2019-03-18 16:43:58 +01:00
parent 179dc85ba1
commit e598e49edb
7 changed files with 11 additions and 12 deletions

View File

@@ -158,7 +158,7 @@ MobileCheckOwnMonAnywhere:
UnusedFindItemInPCOrBag:
ld a, [wScriptVar]
ld [wCurItem], a
ld hl, wPCItems
ld hl, wNumPCItems
call CheckItem
jr c, .found

View File

@@ -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