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

@@ -582,7 +582,7 @@ GiveItemScript: ; 96f77
itemnotify
end
.Full
.Full:
buttonsound
pocketisfull
end
@@ -681,19 +681,19 @@ GetPocketName: ; 96ffe
call CopyName2
ret
.Pockets
.Pockets:
dw .Item
dw .Key
dw .Ball
dw .TM
.Item
.Item:
db "ITEM POCKET@"
.Key
.Key:
db "KEY POCKET@"
.Ball
.Ball:
db "BALL POCKET@"
.TM
.TM:
db "TM POCKET@"
; 97051
@@ -1425,12 +1425,12 @@ ShowEmoteScript: ; 973b6
applymovement2 .Hide
end
.Show
.Show:
show_emote
step_sleep_1
step_end
.Hide
.Hide:
hide_emote
step_sleep_1
step_end