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:
@@ -1482,7 +1482,7 @@ Pokedex_PrintListing:
|
||||
; Load de with wPokedexOrder + [wDexListingScrollOffset]
|
||||
ld a, [wDexListingScrollOffset]
|
||||
ld e, a
|
||||
ld d, $0
|
||||
ld d, 0
|
||||
ld hl, wPokedexOrder
|
||||
add hl, de
|
||||
ld e, l
|
||||
@@ -1581,7 +1581,7 @@ Pokedex_GetSelectedMon:
|
||||
ld hl, wDexListingScrollOffset
|
||||
add [hl]
|
||||
ld e, a
|
||||
ld d, $0
|
||||
ld d, 0
|
||||
ld hl, wPokedexOrder
|
||||
add hl, de
|
||||
ld a, [hl]
|
||||
|
Reference in New Issue
Block a user