You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07: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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user