diff options
Diffstat (limited to 'maps/FastShipCabins_SW_SSW_NW.asm')
-rw-r--r-- | maps/FastShipCabins_SW_SSW_NW.asm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/maps/FastShipCabins_SW_SSW_NW.asm b/maps/FastShipCabins_SW_SSW_NW.asm index e9146447b..ab1a27b13 100644 --- a/maps/FastShipCabins_SW_SSW_NW.asm +++ b/maps/FastShipCabins_SW_SSW_NW.asm @@ -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 |