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:
@@ -181,8 +181,8 @@ ScientistMitchScript:
|
||||
BossDoor:
|
||||
dw EVENT_OPENED_DOOR_TO_GIOVANNIS_OFFICE
|
||||
dw .Script
|
||||
|
||||
.Script
|
||||
|
||||
.Script:
|
||||
opentext
|
||||
checkevent EVENT_LEARNED_SLOWPOKETAIL
|
||||
iffalse .NeedsPassword
|
||||
@@ -190,13 +190,13 @@ BossDoor:
|
||||
iffalse .NeedsPassword
|
||||
jump .OpenSesame
|
||||
|
||||
.NeedsPassword
|
||||
.NeedsPassword:
|
||||
writetext UnknownText_0x6e970
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
|
||||
.OpenSesame
|
||||
.OpenSesame:
|
||||
writetext UnknownText_0x6e9a3
|
||||
waitbutton
|
||||
playsound SFX_ENTER_DOOR
|
||||
|
||||
Reference in New Issue
Block a user