Local labels starting with capital letters are now decorated with a trailing colon; remove trailing whitespace; globally correct line endings to UNIX style

This commit is contained in:
pikalaxalt
2016-04-10 14:42:14 -04:00
parent 46ead9b849
commit bf73772a56
537 changed files with 4562 additions and 4562 deletions

View File

@@ -185,7 +185,7 @@ endr
pop af
ld [hROMBank], a
ld [MBC3RomBank], a
pop af
pop bc
pop de
@@ -247,7 +247,7 @@ WaitSFX:: ; 3c55
; infinite loop until sfx is done playing
push hl
.wait
ld hl, Channel5Flags
bit 0, [hl]
@@ -261,7 +261,7 @@ WaitSFX:: ; 3c55
ld hl, Channel8Flags
bit 0, [hl]
jr nz, .wait
pop hl
ret
; 3c74