You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Replace $0 with 0 for "ld l, a / ld h, 0" idiom
This commit is contained in:
@@ -343,7 +343,7 @@ Gen2ToGen2LinkComms:
|
||||
jr z, .start_copying_mail
|
||||
ld hl, wcc4a
|
||||
dec a
|
||||
ld b, $0
|
||||
ld b, 0
|
||||
ld c, a
|
||||
add hl, bc
|
||||
ld [hl], SERIAL_NO_DATA_BYTE
|
||||
|
Reference in New Issue
Block a user