You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Local labels starting with lowercase letters are no longer decorated with a trailing colon
This commit is contained in:
@@ -4869,7 +4869,7 @@ Function17f6b7: ; 17f6b7
|
||||
ret
|
||||
; 17f6cd
|
||||
|
||||
.bcd_two_digits: ; 17f6cd
|
||||
.bcd_two_digits ; 17f6cd
|
||||
ld c, a
|
||||
and $f0
|
||||
swap a
|
||||
@@ -4877,7 +4877,7 @@ Function17f6b7: ; 17f6b7
|
||||
ld a, c
|
||||
and $f
|
||||
|
||||
.bcd_digit: ; 17f6d8
|
||||
.bcd_digit ; 17f6d8
|
||||
add "0"
|
||||
ld [hli], a
|
||||
ret
|
||||
|
||||
Reference in New Issue
Block a user