diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-04-10 14:42:14 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-04-10 14:42:14 -0400 |
commit | bf73772a560ddfdf0b404ba3f85eb26542031b7b (patch) | |
tree | ee3cbc2fb2be1b2353ebd4c9887de2d69a91d2f2 /maps/ElmsLab.asm | |
parent | 46ead9b8498fe7191735bd99f667dd1f9147f969 (diff) |
Local labels starting with capital letters are now decorated with a trailing colon; remove trailing whitespace; globally correct line endings to UNIX style
Diffstat (limited to 'maps/ElmsLab.asm')
-rw-r--r-- | maps/ElmsLab.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/ElmsLab.asm b/maps/ElmsLab.asm index 2747f6a24..b939a2fb6 100644 --- a/maps/ElmsLab.asm +++ b/maps/ElmsLab.asm @@ -305,7 +305,7 @@ ElmsLabHealingMachine: closetext end -.CanHeal +.CanHeal: writetext ElmsLabHealingMachineText2 yesorno iftrue ElmsLabHealingMachine_HealParty @@ -578,13 +578,13 @@ ElmsLabWindow: iftrue .BreakIn jump .Normal -.BreakIn +.BreakIn: writetext ElmsLabWindowText2 waitbutton closetext end -.Normal +.Normal: writetext ElmsLabWindowText1 waitbutton closetext |