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

@@ -16,7 +16,7 @@ VermilionCity_MapScriptHeader:
; callbacks
dbw MAPCALLBACK_NEWMAP, .FlyPoint
.FlyPoint
.FlyPoint:
setflag ENGINE_FLYPOINT_VERMILION
return
@@ -78,28 +78,28 @@ VermilionGymBadgeGuy:
closetext
end
.SomeBadges
.SomeBadges:
writetext UnknownText_0x1aac2b
waitbutton
closetext
end
.MostBadges
.MostBadges:
writetext UnknownText_0x1aac88
waitbutton
closetext
end
.AllBadges
.AllBadges:
writetext UnknownText_0x1aacf3
buttonsound
verbosegiveitem HP_UP
iffalse .Done
setevent EVENT_GOT_HP_UP_FROM_VERMILION_GUY
.AlreadyGotItem
.AlreadyGotItem:
writetext UnknownText_0x1aad4a
waitbutton
.Done
.Done:
closetext
end