SaffronMagnetTrainStation.asm: Re-label UnknownText, MovementData

This commit is contained in:
DeeDeeG 2019-04-28 00:28:49 -04:00
parent 099c01be3f
commit 51e6317164
1 changed files with 21 additions and 21 deletions

View File

@ -18,22 +18,22 @@ SaffronMagnetTrainStationOfficerScript:
opentext opentext
checkevent EVENT_RESTORED_POWER_TO_KANTO checkevent EVENT_RESTORED_POWER_TO_KANTO
iftrue .MagnetTrainToGoldenrod iftrue .MagnetTrainToGoldenrod
writetext UnknownText_0x18a8a9 writetext SaffronMagnetTrainStationOfficerTrainIsntOperatingText
waitbutton waitbutton
closetext closetext
end end
.MagnetTrainToGoldenrod: .MagnetTrainToGoldenrod:
writetext UnknownText_0x18a8dd writetext SaffronMagnetTrainStationOfficerAreYouComingOnBoardText
yesorno yesorno
iffalse .DecidedNotToRide iffalse .DecidedNotToRide
checkitem PASS checkitem PASS
iffalse .PassNotInBag iffalse .PassNotInBag
writetext UnknownText_0x18a917 writetext SaffronMagnetTrainStationOfficerRightThisWayText
waitbutton waitbutton
closetext closetext
applymovement SAFFRONMAGNETTRAINSTATION_OFFICER, MovementData_0x18a88f applymovement SAFFRONMAGNETTRAINSTATION_OFFICER, SaffronMagnetTrainStationOfficerApproachTrainDoorMovement
applymovement PLAYER, MovementData_0x18a898 applymovement PLAYER, SaffronMagnetTrainStationPlayerApproachAndEnterTrainMovement
setval TRUE setval TRUE
special MagnetTrain special MagnetTrain
warpcheck warpcheck
@ -47,23 +47,23 @@ SaffronMagnetTrainStationOfficerScript:
step_end step_end
.PassNotInBag: .PassNotInBag:
writetext UnknownText_0x18a956 writetext SaffronMagnetTrainStationOfficerYouDontHaveAPassText
waitbutton waitbutton
closetext closetext
end end
.DecidedNotToRide: .DecidedNotToRide:
writetext UnknownText_0x18a978 writetext SaffronMagnetTrainStationOfficerHopeToSeeYouAgainText
waitbutton waitbutton
closetext closetext
end end
Script_ArriveFromGoldenrod: Script_ArriveFromGoldenrod:
applymovement SAFFRONMAGNETTRAINSTATION_OFFICER, MovementData_0x18a88f applymovement SAFFRONMAGNETTRAINSTATION_OFFICER, SaffronMagnetTrainStationOfficerApproachTrainDoorMovement
applymovement PLAYER, MovementData_0x18a8a1 applymovement PLAYER, SaffronMagnetTrainStationPlayerLeaveTrainAndEnterStationMovement
applymovement SAFFRONMAGNETTRAINSTATION_OFFICER, MovementData_0x18a894 applymovement SAFFRONMAGNETTRAINSTATION_OFFICER, SaffronMagnetTrainStationOfficerReturnToBoardingGateMovement
opentext opentext
writetext UnknownText_0x18a993 writetext SaffronMagnetTrainStationOfficerArrivedInSaffronText
waitbutton waitbutton
closetext closetext
end end
@ -90,20 +90,20 @@ SaffronMagnetTrainStationTeacherScript:
SaffronMagnetTrainStationLassScript: SaffronMagnetTrainStationLassScript:
jumptextfaceplayer SaffronMagnetTrainStationLassText jumptextfaceplayer SaffronMagnetTrainStationLassText
MovementData_0x18a88f: SaffronMagnetTrainStationOfficerApproachTrainDoorMovement:
step UP step UP
step UP step UP
step RIGHT step RIGHT
turn_head LEFT turn_head LEFT
step_end step_end
MovementData_0x18a894: SaffronMagnetTrainStationOfficerReturnToBoardingGateMovement:
step LEFT step LEFT
step DOWN step DOWN
step DOWN step DOWN
step_end step_end
MovementData_0x18a898: SaffronMagnetTrainStationPlayerApproachAndEnterTrainMovement:
step UP step UP
step UP step UP
step UP step UP
@ -114,7 +114,7 @@ MovementData_0x18a898:
step UP step UP
step_end step_end
MovementData_0x18a8a1: SaffronMagnetTrainStationPlayerLeaveTrainAndEnterStationMovement:
step LEFT step LEFT
step LEFT step LEFT
step DOWN step DOWN
@ -124,13 +124,13 @@ MovementData_0x18a8a1:
turn_head UP turn_head UP
step_end step_end
UnknownText_0x18a8a9: SaffronMagnetTrainStationOfficerTrainIsntOperatingText:
text "I'm sorry, but the" text "I'm sorry, but the"
line "MAGNET TRAIN isn't" line "MAGNET TRAIN isn't"
cont "operating now." cont "operating now."
done done
UnknownText_0x18a8dd: SaffronMagnetTrainStationOfficerAreYouComingOnBoardText:
text "We'll soon depart" text "We'll soon depart"
line "for GOLDENROD." line "for GOLDENROD."
@ -138,7 +138,7 @@ UnknownText_0x18a8dd:
line "board?" line "board?"
done done
UnknownText_0x18a917: SaffronMagnetTrainStationOfficerRightThisWayText:
text "May I see your" text "May I see your"
line "rail PASS, please?" line "rail PASS, please?"
@ -146,17 +146,17 @@ UnknownText_0x18a917:
line "way, please." line "way, please."
done done
UnknownText_0x18a956: SaffronMagnetTrainStationOfficerYouDontHaveAPassText:
text "Sorry, but you" text "Sorry, but you"
line "don't have a PASS." line "don't have a PASS."
done done
UnknownText_0x18a978: SaffronMagnetTrainStationOfficerHopeToSeeYouAgainText:
text "We hope to see you" text "We hope to see you"
line "again." line "again."
done done
UnknownText_0x18a993: SaffronMagnetTrainStationOfficerArrivedInSaffronText:
text "We have arrived in" text "We have arrived in"
line "SAFFRON." line "SAFFRON."