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

@@ -281,7 +281,7 @@ InitializeVisibleSprites: ; 8177
jr nz, .loop
ret
.ret: ; 81c9
.ret ; 81c9
ret
CheckObjectEnteringVisibleRange:: ; 81ca
@@ -293,7 +293,7 @@ CheckObjectEnteringVisibleRange:: ; 81ca
rst JumpTable
ret
.dw: ; 81d6
.dw ; 81d6
dw .Down
dw .Up
dw .Left