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

@@ -414,7 +414,7 @@ _2DMenuInterpretJoypad: ; 24270
and a
ret
.set_bit_7: ; 24299
.set_bit_7 ; 24299
ld hl, w2DMenuFlags2
set 7, [hl]
scf
@@ -515,7 +515,7 @@ _2DMenuInterpretJoypad: ; 24270
ret
; 24318
.a_b_start_select: ; 24318
.a_b_start_select ; 24318
xor a
ret
; 2431a
@@ -654,7 +654,7 @@ _PushWindow:: ; 24374
ret
; 243cd
.copy: ; 243cd
.copy ; 243cd
call GetMenuBoxDims
inc b
inc c
@@ -681,7 +681,7 @@ _PushWindow:: ; 24374
ret
; 243e7
.ret: ; 243e7
.ret ; 243e7
ret
; 243e8