Label more map scripts

This commit is contained in:
Rangi
2018-02-28 17:47:31 -05:00
parent 5a6e43e72a
commit 0680bf99d3
51 changed files with 424 additions and 420 deletions

View File

@@ -80,19 +80,19 @@ FastShipBed:
waitbutton
closetext
checkevent EVENT_FAST_SHIP_HAS_ARRIVED
iftrue UnknownScript_0x75ae1
iftrue .AlreadyArrived
checkevent EVENT_FAST_SHIP_FOUND_GIRL
iftrue UnknownScript_0x75ae2
iftrue .CanArrive
checkevent EVENT_FAST_SHIP_FIRST_TIME
iftrue UnknownScript_0x75ae2
UnknownScript_0x75ae1:
iftrue .CanArrive
.AlreadyArrived:
end
UnknownScript_0x75ae2:
.CanArrive:
playsound SFX_ELEVATOR_END
pause 30
checkevent EVENT_FAST_SHIP_DESTINATION_OLIVINE
iftrue UnknownScript_0x75af7
iftrue .ArrivedOlivine
opentext
writetext FastShipArrivedVermilionText
waitbutton
@@ -100,7 +100,7 @@ UnknownScript_0x75ae2:
setevent EVENT_FAST_SHIP_HAS_ARRIVED
end
UnknownScript_0x75af7:
.ArrivedOlivine:
opentext
writetext FastShipArrivedOlivineText
waitbutton