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

@@ -20,17 +20,17 @@ BlackthornCity_MapScriptHeader:
dbw MAPCALLBACK_NEWMAP, .FlyPoint
dbw MAPCALLBACK_OBJECTS, .Santos
.FlyPoint
.FlyPoint:
setflag ENGINE_FLYPOINT_BLACKTHORN
return
.Santos
.Santos:
checkcode VAR_WEEKDAY
if_equal SATURDAY, .SantosAppears
disappear BLACKTHORNCITY_SANTOS
return
.SantosAppears
.SantosAppears:
appear BLACKTHORNCITY_SANTOS
return
@@ -101,7 +101,7 @@ SantosScript:
writetext MeetSantosText
buttonsound
setevent EVENT_MET_SANTOS_OF_SATURDAY
.MetSantos
.MetSantos:
writetext SantosGivesGiftText
buttonsound
verbosegiveitem SPELL_TAG
@@ -112,14 +112,14 @@ SantosScript:
closetext
end
.Saturday
.Saturday:
writetext SantosSaturdayText
waitbutton
.Done
.Done:
closetext
end
.NotSaturday
.NotSaturday:
writetext SantosNotSaturdayText
waitbutton
closetext