Local labels starting with lowercase letters are no longer decorated with a trailing colon

This commit is contained in:
pikalaxalt
2016-04-10 15:01:49 -04:00
parent bf73772a56
commit 6be4cd4da9
99 changed files with 470 additions and 470 deletions

View File

@@ -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

View File

@@ -516,7 +516,7 @@ ClearWindowData:: ; 1fbf
ret
; 1ff0
.bytefill: ; 1ff0
.bytefill ; 1ff0
ld bc, $0010
xor a
call ByteFill

View File

@@ -29,7 +29,7 @@ RestoreTileBackup:: ; 0x1c23
ret
; 0x1c30
.copy: ; 0x1c30
.copy ; 0x1c30
call GetMenuBoxDims
inc b
inc c