You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Comment, remove, or revise many unreferenced labels
This commit is contained in:
@@ -35,7 +35,6 @@ _PrintNum::
|
||||
cp 2
|
||||
jr z, .word
|
||||
; maximum 3 bytes
|
||||
.long
|
||||
ld a, [de]
|
||||
ldh [hPrintNumBuffer + 1], a
|
||||
inc de
|
||||
@@ -81,7 +80,7 @@ _PrintNum::
|
||||
cp 6
|
||||
jr z, .six
|
||||
|
||||
.seven
|
||||
; seven
|
||||
ld a, HIGH(1000000 >> 8)
|
||||
ldh [hPrintNumBuffer + 4], a
|
||||
ld a, HIGH(1000000) ; mid
|
||||
|
Reference in New Issue
Block a user