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:
@@ -223,7 +223,7 @@ GetAvailableCallers:
|
||||
.different_map
|
||||
ld a, [wNumAvailableCallers]
|
||||
ld c, a
|
||||
ld b, $0
|
||||
ld b, 0
|
||||
inc a
|
||||
ld [wNumAvailableCallers], a
|
||||
ld hl, wAvailableCallers
|
||||
|
Reference in New Issue
Block a user