You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Remove even more address comments
That should be all of them this time
This commit is contained in:
@@ -48,7 +48,6 @@ PrintBCDNumber::
|
||||
inc hl
|
||||
.done
|
||||
ret
|
||||
; 0x38f2
|
||||
|
||||
PrintBCDDigit::
|
||||
and %00001111
|
||||
@@ -78,4 +77,3 @@ PrintBCDDigit::
|
||||
ld a, " "
|
||||
ld [hli], a ; if right-aligned, "print" a space by advancing the pointer
|
||||
ret
|
||||
; 0x3917
|
||||
|
||||
Reference in New Issue
Block a user