You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
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:
@@ -32,7 +32,7 @@ BlueScript_0x9aa26:
|
||||
closetext
|
||||
end
|
||||
|
||||
.FightDone
|
||||
.FightDone:
|
||||
writetext LeaderBlueEpilogueText
|
||||
waitbutton
|
||||
closetext
|
||||
@@ -48,7 +48,7 @@ ViridianGymGuyScript:
|
||||
closetext
|
||||
end
|
||||
|
||||
.ViridianGymGuyWinScript
|
||||
.ViridianGymGuyWinScript:
|
||||
writetext ViridianGymGuyWinText
|
||||
waitbutton
|
||||
closetext
|
||||
@@ -59,7 +59,7 @@ ViridianGymStatue:
|
||||
iftrue .Beaten
|
||||
jumpstd gymstatue1
|
||||
|
||||
.Beaten
|
||||
.Beaten:
|
||||
trainertotext BLUE, 1, $1
|
||||
jumpstd gymstatue2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user