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

@@ -213,15 +213,15 @@ CheckStringForErrors: ; 17d073
cp $49
jr c, .NextChar
.Fail
.Fail:
scf
ret
.NextChar
.NextChar:
dec c
jr nz, .loop
.Done
.Done:
and a
ret
; 17d0b3
@@ -448,12 +448,12 @@ Special_Menu_ChallengeExplanationCancel: ; 17d224
ld hl, MenuDataHeader_17d26a ; Japanese Menu, where you can choose 'News' as an option
jr .Load_Interpret
.English
.English:
ld a, $4
ld [ScriptVar], a
ld hl, MenuDataHeader_ChallengeExplanationCancel ; English Menu
.Load_Interpret
.Load_Interpret:
call LoadMenuDataHeader
call Function17d246
call CloseWindow
@@ -473,14 +473,14 @@ Function17d246: ; 17d246
dec a
jr .LoadToScriptVar
.UsewMenuCursorY
.UsewMenuCursorY:
ld a, [wMenuCursorY]
.LoadToScriptVar
.LoadToScriptVar:
ld [ScriptVar], a
ret
.Exit
.Exit:
ld a, $4
ld [ScriptVar], a
ret