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:
@@ -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
|
||||
|
Reference in New Issue
Block a user