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:
@@ -408,7 +408,7 @@ ButtonSound:: ; aaf
|
||||
jp DelayFrames
|
||||
; ac6
|
||||
|
||||
.wait_input: ; ac6
|
||||
.wait_input ; ac6
|
||||
ld a, [hOAMUpdate]
|
||||
push af
|
||||
ld a, $1
|
||||
@@ -436,7 +436,7 @@ ButtonSound:: ; aaf
|
||||
ret
|
||||
; af5
|
||||
|
||||
.blink_cursor: ; af5
|
||||
.blink_cursor ; af5
|
||||
ld a, [hVBlankCounter]
|
||||
and %00010000 ; bit 4, a
|
||||
jr z, .cursor_off
|
||||
|
||||
@@ -516,7 +516,7 @@ ClearWindowData:: ; 1fbf
|
||||
ret
|
||||
; 1ff0
|
||||
|
||||
.bytefill: ; 1ff0
|
||||
.bytefill ; 1ff0
|
||||
ld bc, $0010
|
||||
xor a
|
||||
call ByteFill
|
||||
|
||||
@@ -29,7 +29,7 @@ RestoreTileBackup:: ; 0x1c23
|
||||
ret
|
||||
; 0x1c30
|
||||
|
||||
.copy: ; 0x1c30
|
||||
.copy ; 0x1c30
|
||||
call GetMenuBoxDims
|
||||
inc b
|
||||
inc c
|
||||
|
||||
Reference in New Issue
Block a user