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

@@ -159,13 +159,13 @@ CooltrainerMScript_0x1a1031:
iftrue .day_morn
checknite
iftrue .nite
.day_morn:
.day_morn
writetext Text_WaitingForNight
waitbutton
closetext
end
.nite:
.nite
writetext Text_WaitingForMorning
waitbutton
closetext