You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Replace $0 with 0 for "ld l, a / ld h, 0" idiom
This commit is contained in:
@@ -240,7 +240,7 @@ RemoveItemFromPocket:
|
||||
cp c
|
||||
jr nc, .ok ; memory
|
||||
ld c, a
|
||||
ld b, $0
|
||||
ld b, 0
|
||||
add hl, bc
|
||||
add hl, bc
|
||||
ld a, [wCurItem]
|
||||
|
||||
Reference in New Issue
Block a user