You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Reverted ld_hl_pointer macro
This commit is contained in:
@@ -60,9 +60,9 @@ endr
|
||||
jr c, .ReadMon
|
||||
|
||||
; Next monster...
|
||||
rept 3
|
||||
inc hl
|
||||
inc hl
|
||||
inc hl
|
||||
endr
|
||||
jr .CheckEncounter
|
||||
|
||||
.ReadMon
|
||||
@@ -98,8 +98,9 @@ endr
|
||||
and 3
|
||||
cp NITE
|
||||
jr c, .TimeSpecies
|
||||
rept 2
|
||||
inc hl
|
||||
inc hl
|
||||
endr
|
||||
|
||||
.TimeSpecies
|
||||
ld d, [hl]
|
||||
|
Reference in New Issue
Block a user