pokeemerald/data/maps/TrainerHill_Entrance/scripts.inc

465 lines
15 KiB
PHP
Raw Normal View History

.set LOCALID_ATTENDANT, 1
.set LOCALID_NURSE, 2
.set LOCALID_GIRL, 4
.set LOCALID_MAN, 5
2017-11-10 02:21:31 +01:00
TrainerHill_Entrance_MapScripts:: @ 82680AC
2019-11-13 22:10:05 +01:00
map_script MAP_SCRIPT_ON_RESUME, TrainerHill_Entrance_OnResume
map_script MAP_SCRIPT_ON_RETURN_TO_FIELD, TrainerHill_Entrance_OnReturn
2019-04-05 01:28:37 +02:00
map_script MAP_SCRIPT_ON_TRANSITION, TrainerHill_Entrance_OnTransition
2019-11-13 22:10:05 +01:00
map_script MAP_SCRIPT_ON_LOAD, TrainerHill_Entrance_OnLoad
map_script MAP_SCRIPT_ON_FRAME_TABLE, TrainerHill_Entrance_OnFrame
2017-11-10 02:21:31 +01:00
.byte 0
2019-04-05 01:28:37 +02:00
TrainerHill_Entrance_OnTransition: @ 82680C6
2017-12-27 04:20:29 +01:00
setflag FLAG_LANDMARK_TRAINER_HILL
2018-05-19 18:02:43 +02:00
getplayerxy VAR_TEMP_D, VAR_RESULT
2017-11-10 02:21:31 +01:00
end
2019-11-13 22:10:05 +01:00
@ Unused
TrainerHill_Entrance_OnWarp: @ 82680CF
end
2017-11-10 02:21:31 +01:00
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_OnResume: @ 82680D0
2019-11-23 22:08:50 +01:00
trainerhill_resumetimer
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_0, 0
trainerhill_getusingereader
compare VAR_RESULT, FALSE @ VAR_RESULT always FALSE here
2019-11-13 22:10:05 +01:00
goto_if_eq TrainerHill_Entrance_EventScript_TryFaceAttendant
setobjectxy OBJ_EVENT_ID_PLAYER, 9, 6
applymovement OBJ_EVENT_ID_PLAYER, TrainerHill_Entrance_Movement_PlayerFaceAttendant
2017-11-10 02:21:31 +01:00
end
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_EventScript_TryFaceAttendant:: @ 82680FF
2019-11-23 22:08:50 +01:00
trainerhill_getwon
2019-11-13 22:10:05 +01:00
compare VAR_RESULT, TRUE
goto_if_eq TrainerHill_Entrance_EventScript_PlayerDontFaceAttendant
applymovement OBJ_EVENT_ID_PLAYER, TrainerHill_Entrance_Movement_PlayerFaceAttendant
2017-11-10 02:21:31 +01:00
end
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_EventScript_PlayerDontFaceAttendant:: @ 826811A
2017-11-10 02:21:31 +01:00
end
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_OnReturn: @ 826811B
addobject LOCALID_NURSE
addobject LOCALID_ATTENDANT
addobject LOCALID_MAN
addobject LOCALID_GIRL
2017-11-10 02:21:31 +01:00
end
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_OnLoad: @ 8268128
2018-05-19 18:02:43 +02:00
compare VAR_TEMP_D, 17
2019-11-13 22:10:05 +01:00
call_if_eq TrainerHill_Entrance_EventScript_OpenCounterDoor
2017-11-10 02:21:31 +01:00
end
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_EventScript_OpenCounterDoor:: @ 8268134
2019-06-13 00:47:51 +02:00
setmetatile 17, 10, METATILE_TrainerHill_GreenFloorTile, 0
2017-11-10 02:21:31 +01:00
return
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_OnFrame: @ 826813E
map_script_2 VAR_TEMP_0, 0, TrainerHill_Entrance_EventScript_ExitChallenge
map_script_2 VAR_TEMP_D, 17, TrainerHill_Entrance_EventScript_ExitElevator
map_script_2 VAR_TEMP_5, 1, TrainerHill_Entrance_EventScript_EntryTrigger
map_script_2 VAR_TEMP_1, 1, TrainerHill_EventScript_WarpToEntranceCounter
2017-11-10 02:21:31 +01:00
.2byte 0
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_EventScript_ExitElevator:: @ 8268160
2017-11-10 02:21:31 +01:00
lockall
applymovement OBJ_EVENT_ID_PLAYER, TrainerHill_Entrance_Movement_PlayerExitElevator
2017-11-10 02:21:31 +01:00
waitmovement 0
2019-06-13 00:47:51 +02:00
setmetatile 17, 10, METATILE_TrainerHill_CounterDoor, 1
2017-11-10 02:21:31 +01:00
special DrawWholeMapView
2020-08-21 00:02:00 +02:00
playse SE_CLICK
2017-11-10 02:21:31 +01:00
waitse
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_D, 0
2017-11-10 02:21:31 +01:00
releaseall
end
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_EventScript_ExitChallenge:: @ 8268182
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_0, 1
2019-11-23 22:08:50 +01:00
trainerhill_getstatus
2017-11-10 02:21:31 +01:00
switch VAR_RESULT
2019-11-13 22:10:05 +01:00
case TRAINER_HILL_PLAYER_STATUS_LOST, TrainerHill_Entrance_EventScript_ExitChallengeLost
case TRAINER_HILL_PLAYER_STATUS_ECARD_SCANNED, TrainerHill_Entrance_EventScript_ExitChallengeECard
case TRAINER_HILL_PLAYER_STATUS_NORMAL, TrainerHill_Entrance_EventScript_EndExitChallenge
2017-11-10 02:21:31 +01:00
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_EventScript_ExitChallengeLost:: @ 82681B5
2017-11-10 02:21:31 +01:00
lockall
applymovement OBJ_EVENT_ID_PLAYER, TrainerHill_Entrance_Movement_PlayerFaceAttendant
2019-11-13 22:10:05 +01:00
msgbox TrainerHill_Entrance_Text_TooBadTremendousEffort, MSGBOX_DEFAULT
goto TrainerHill_Entrance_EventScript_PlayerExitChallenge
2017-11-10 02:21:31 +01:00
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_EventScript_ExitChallengeECard:: @ 82681CA
2017-11-10 02:21:31 +01:00
lockall
applymovement OBJ_EVENT_ID_PLAYER, TrainerHill_Entrance_Movement_PlayerFaceAttendant
2019-11-13 22:10:05 +01:00
msgbox TrainerHill_Entrance_Text_MovedReceptionHereForSwitch, MSGBOX_DEFAULT
TrainerHill_Entrance_EventScript_PlayerExitChallenge:: @ 82681DA
2017-11-10 02:21:31 +01:00
closemessage
applymovement OBJ_EVENT_ID_PLAYER, TrainerHill_Entrance_Movement_PushPlayerBackFromCounter
2017-11-10 02:21:31 +01:00
waitmovement 0
setvar VAR_TRAINER_HILL_IS_ACTIVE, 0
2017-12-16 00:08:23 +01:00
special HealPlayerParty
2017-11-10 02:21:31 +01:00
releaseall
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_EventScript_EndExitChallenge:: @ 82681EE
2017-11-10 02:21:31 +01:00
end
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_EventScript_Nurse:: @ 82681EF
setvar VAR_0x800B, LOCALID_NURSE
2019-08-15 05:38:42 +02:00
call Common_EventScript_PkmnCenterNurse
2017-11-10 02:21:31 +01:00
waitmessage
waitbuttonpress
release
end
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_EventScript_Attendant:: @ 82681FD
2017-11-10 02:21:31 +01:00
lock
faceplayer
2019-11-23 22:08:50 +01:00
trainerhill_inchallenge
2019-11-13 22:10:05 +01:00
compare VAR_RESULT, FALSE
goto_if_eq TrainerHill_Entrance_EventScript_ThanksForPlaying
msgbox TrainerHill_Entrance_Text_HopeYouGiveItYourBest, MSGBOX_DEFAULT
goto TrainerHill_Entrance_EventScript_AttendantEnd
TrainerHill_Entrance_EventScript_ThanksForPlaying:: @ 826821F
msgbox TrainerHill_Entrance_Text_ThankYouForPlaying, MSGBOX_DEFAULT
TrainerHill_Entrance_EventScript_AttendantEnd:: @ 8268227
2017-11-10 02:21:31 +01:00
release
end
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_EventScript_EntryTrigger:: @ 8268229
2017-11-10 02:21:31 +01:00
lockall
applymovement OBJ_EVENT_ID_PLAYER, TrainerHill_Entrance_Movement_PlayerFaceAttendant
2019-11-13 22:10:05 +01:00
goto_if_unset FLAG_SYS_GAME_CLEAR, TrainerHill_Entrance_EventScript_Closed
msgbox TrainerHill_Entrance_Text_WelcomeToTrainerHill, MSGBOX_DEFAULT
2019-11-23 22:08:50 +01:00
trainerhill_getsaved
2019-11-13 22:10:05 +01:00
compare VAR_RESULT, FALSE
call_if_eq TrainerHill_Entrance_EventScript_SaveGame
2019-11-23 22:08:50 +01:00
trainerhill_allfloorsused
2019-11-13 22:10:05 +01:00
compare VAR_RESULT, TRUE
goto_if_eq TrainerHill_Entrance_EventScript_AllFloorsUsed
msgbox TrainerHill_Entrance_Text_TrainersUpToFloorX, MSGBOX_DEFAULT
goto TrainerHill_Entrance_EventScript_AskChallengeTrainers
TrainerHill_Entrance_EventScript_AllFloorsUsed:: @ 8268275
msgbox TrainerHill_Entrance_Text_TrainersInEveryRoom, MSGBOX_DEFAULT
TrainerHill_Entrance_EventScript_AskChallengeTrainers:: @ 826827D
message TrainerHill_Entrance_Text_LikeToChallengeTrainers
2017-11-10 02:21:31 +01:00
waitmessage
2019-09-19 06:56:51 +02:00
multichoice 15, 6, MULTI_YESNOINFO, 0
2017-11-10 02:21:31 +01:00
switch VAR_RESULT
2019-11-13 22:10:05 +01:00
case 0, TrainerHill_Entrance_EventScript_ChooseChallenge
case 1, TrainerHill_Entrance_EventScript_CancelEntry
case 2, TrainerHill_Entrance_EventScript_Info
case MULTI_B_PRESSED, TrainerHill_Entrance_EventScript_CancelEntry
2017-11-10 02:21:31 +01:00
end
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_EventScript_Info:: @ 82682BA
msgbox TrainerHill_Entrance_Text_ExplainTrainerHill, MSGBOX_DEFAULT
goto TrainerHill_Entrance_EventScript_AskChallengeTrainers
2017-11-10 02:21:31 +01:00
end
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_EventScript_ChooseChallenge:: @ 82682C8
2019-09-19 06:56:51 +02:00
multichoice 13, 2, MULTI_TAG_MATCH_TYPE, 0
2017-11-10 02:21:31 +01:00
switch VAR_RESULT
2019-11-13 22:10:05 +01:00
case 4, TrainerHill_Entrance_EventScript_CancelEntry
case MULTI_B_PRESSED, TrainerHill_Entrance_EventScript_CancelEntry
2019-11-23 22:08:50 +01:00
trainerhill_settag VAR_RESULT
setvar VAR_TRAINER_HILL_IS_ACTIVE, 1
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_5, 0
2017-12-16 00:08:23 +01:00
special HealPlayerParty
2019-11-13 22:10:05 +01:00
msgbox TrainerHill_Entrance_Text_TimeProgessGetSetGo, MSGBOX_DEFAULT
2019-11-23 22:08:50 +01:00
trainerhill_start
2017-11-10 02:21:31 +01:00
releaseall
end
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_EventScript_CancelEntry:: @ 8268314
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_5, 0
2019-11-13 22:10:05 +01:00
msgbox TrainerHill_Entrance_Text_PleaseVisitUsAgain, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
closemessage
applymovement OBJ_EVENT_ID_PLAYER, TrainerHill_Entrance_Movement_PushPlayerBackFromCounter
2017-11-10 02:21:31 +01:00
waitmovement 0
releaseall
end
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_EventScript_SaveGame:: @ 826832E
msgbox TrainerHill_Entrance_Text_SaveGameBeforeEnter, MSGBOX_DEFAULT
2019-11-23 22:08:50 +01:00
trainerhill_setsaved
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_5, 1
call Common_EventScript_SaveGame
2019-11-13 22:10:05 +01:00
compare VAR_RESULT, FALSE
goto_if_eq TrainerHill_Entrance_EventScript_SaveFailed
2019-11-23 22:08:50 +01:00
trainerhill_setsaved
2017-11-10 02:21:31 +01:00
return
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_EventScript_SaveFailed:: @ 826835C
2019-11-23 22:08:50 +01:00
trainerhill_clearsaved
2019-11-13 22:10:05 +01:00
goto TrainerHill_Entrance_EventScript_CancelEntry
2017-11-10 02:21:31 +01:00
end
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_EventScript_Closed:: @ 826836A
msgbox TrainerHill_Entrance_Text_StillGettingReady, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
closemessage
applymovement OBJ_EVENT_ID_PLAYER, TrainerHill_Entrance_Movement_PushPlayerBackFromCounter
2017-11-10 02:21:31 +01:00
waitmovement 0
releaseall
end
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_Movement_PlayerFaceAttendant: @ 826837F
face_right
2017-11-10 02:21:31 +01:00
step_end
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_Movement_PushPlayerBackFromCounter: @ 8268381
walk_down
2017-11-10 02:21:31 +01:00
step_end
2019-11-13 22:31:01 +01:00
@ Unused
TrainerHill_Entrance_Movement_FaceUp: @ 8268383
face_up
step_end
2017-11-10 02:21:31 +01:00
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_Movement_PlayerExitElevator: @ 8268385
walk_down
walk_down
2017-11-10 02:21:31 +01:00
step_end
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_EventScript_Records:: @ 8268388
2017-11-10 02:21:31 +01:00
lockall
2019-12-15 17:42:50 +01:00
fadescreen FADE_TO_BLACK
special ShowTrainerHillRecords
2017-11-10 02:21:31 +01:00
waitstate
releaseall
end
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_EventScript_Man:: @ 8268391
goto_if_unset FLAG_SYS_GAME_CLEAR, TrainerHill_Entrance_EventScript_ManTrainerHillClosed
msgbox TrainerHill_Entrance_Text_WhatSortOfTrainersAreAhead, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_EventScript_ManTrainerHillClosed:: @ 82683A3
msgbox TrainerHill_Entrance_Text_CantWaitToTestTheWaters, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_EventScript_Girl:: @ 82683AC
goto_if_unset FLAG_SYS_GAME_CLEAR, TrainerHill_Entrance_EventScript_GirlTrainerHillClosed
msgbox TrainerHill_Entrance_Text_FriendsTryingToReachTimeBoardTop, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_EventScript_GirlTrainerHillClosed:: @ 82683BE
msgbox TrainerHill_Entrance_Text_DoYouKnowWhenTheyOpen, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_EventScript_Clerk:: @ 82683C7
2017-11-10 02:21:31 +01:00
lock
faceplayer
2019-08-15 05:38:42 +02:00
message gText_HowMayIServeYou
2017-11-10 02:21:31 +01:00
waitmessage
2019-11-13 22:10:05 +01:00
goto_if_set FLAG_SYS_GAME_CLEAR, TrainerHill_Entrance_EventScript_ExpandedPokemart
pokemart TrainerHill_Entrance_Pokemart_Basic
2019-08-15 05:38:42 +02:00
msgbox gText_PleaseComeAgain, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
.align 2
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_Pokemart_Basic: @ 82683E8
2017-11-10 02:21:31 +01:00
.2byte ITEM_SUPER_POTION
.2byte ITEM_ANTIDOTE
.2byte ITEM_PARALYZE_HEAL
.2byte ITEM_AWAKENING
.2byte ITEM_X_SPEED
.2byte ITEM_X_SPECIAL
.2byte ITEM_X_ATTACK
.2byte ITEM_X_DEFEND
.2byte ITEM_DIRE_HIT
.2byte ITEM_GUARD_SPEC
.2byte ITEM_X_ACCURACY
.2byte ITEM_NONE
release
end
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_EventScript_ExpandedPokemart:: @ 8268402
pokemart TrainerHill_Entrance_Pokemart_Expanded
2019-08-15 05:38:42 +02:00
msgbox gText_PleaseComeAgain, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
.align 2
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_Pokemart_Expanded: @ 8268414
2017-11-10 02:21:31 +01:00
.2byte ITEM_HYPER_POTION
.2byte ITEM_MAX_POTION
.2byte ITEM_FULL_RESTORE
.2byte ITEM_FULL_HEAL
.2byte ITEM_REVIVE
.2byte ITEM_X_SPEED
.2byte ITEM_X_SPECIAL
.2byte ITEM_X_ATTACK
.2byte ITEM_X_DEFEND
.2byte ITEM_DIRE_HIT
.2byte ITEM_GUARD_SPEC
.2byte ITEM_X_ACCURACY
.2byte ITEM_NONE
release
end
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_Text_StillGettingReady: @ 8268430
2017-11-10 02:21:31 +01:00
.string "This is the TRAINER HILL where\n"
.string "you may enjoy tag battles with many\l"
.string "TRAINERS.\p"
2018-12-07 16:41:08 +01:00
.string "Unfortunately, we're still getting\n"
2017-11-10 02:21:31 +01:00
.string "things ready. Please come back later!$"
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_Text_WelcomeToTrainerHill: @ 82684C6
2017-11-10 02:21:31 +01:00
.string "Welcome!\p"
.string "This is the TRAINER HILL where\n"
.string "you may enjoy tag battles with many\l"
.string "TRAINERS!$"
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_Text_SaveGameBeforeEnter: @ 826851C
2017-11-10 02:21:31 +01:00
.string "Is this your first visit here?\p"
.string "Before you enter, please save\n"
.string "your game.$"
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_Text_TrainersUpToFloorX: @ 8268564
2018-12-07 16:41:08 +01:00
.string "Let's see…\n"
2017-11-10 02:21:31 +01:00
.string "The TRAINERS here now are…\p"
.string "Up to floor no. {STR_VAR_1}.$"
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_Text_TrainersInEveryRoom: @ 826859E
2018-12-07 16:41:08 +01:00
.string "Let's see…\n"
2017-11-10 02:21:31 +01:00
.string "The TRAINERS here now are…\p"
.string "There appear to be TRAINERS gathered\n"
.string "in every room.$"
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_Text_LikeToChallengeTrainers: @ 82685F8
2017-11-10 02:21:31 +01:00
.string "Would you like to challenge the\n"
.string "waiting TRAINERS?$"
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_Text_TimeProgessGetSetGo: @ 826862A
2017-11-10 02:21:31 +01:00
.string "I will time your progress.\n"
.string "Best of luck!\p"
.string "On your marks…\p"
.string "Get set…\p"
.string "Go!$"
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_Text_PleaseVisitUsAgain: @ 826866F
2017-11-10 02:21:31 +01:00
.string "Please do visit us again!$"
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_Text_TooBadTremendousEffort: @ 8268689
2017-11-10 02:21:31 +01:00
.string "That was too bad.\p"
.string "I think you put in a tremendous\n"
.string "effort in your battling.\p"
.string "Please come back and try again!$"
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_Text_HopeYouGiveItYourBest: @ 82686F4
2017-11-10 02:21:31 +01:00
.string "I hope you give it your best.$"
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_Text_MovedReceptionHereForSwitch: @ 8268712
2017-11-10 02:21:31 +01:00
.string "When the TRAINERS switch places,\n"
.string "the movement can be hectic.\p"
.string "To avoid the stampede, we moved\n"
.string "the reception counter here.\p"
2018-12-07 16:41:08 +01:00
.string "I'm sorry for the inconvenience.$"
2017-11-10 02:21:31 +01:00
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_Text_ThankYouForPlaying: @ 82687AC
2017-11-10 02:21:31 +01:00
.string "Thank you for playing!$"
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_Text_ExplainTrainerHill: @ 82687C3
2017-11-10 02:21:31 +01:00
.string "Here at the TRAINER HILL, we conduct\n"
.string "an event called the Time Attack.\p"
.string "It is a race that measures how long\n"
.string "you take to reach our owner on\l"
.string "the rooftop from this counter.\p"
.string "The fastest times are posted on\n"
.string "the Time Board--try competing with\l"
.string "your friends.\p"
.string "In TRAINER battles along the way,\n"
.string "neither Exp. Points nor money will\l"
.string "be awarded.$"
2019-11-13 22:10:05 +01:00
@ Unused
TrainerHill_Entrance_Text_NeedAtLeastTwoPokemon: @ 826890D
2018-12-07 16:41:08 +01:00
.string "Oh, I'm sorry, but you appear to have\n"
.string "only one POKéMON with you.\p"
.string "You will need at least two POKéMON\n"
.string "to enter this event.$"
2019-11-13 22:10:05 +01:00
TrainerHill_Roof_Text_YouFinallyCameBravo: @ 8268986
.string "Hm! Hm!\p"
.string "You finally came!\n"
.string "Yes, you have arrived!\p"
2018-12-07 16:41:08 +01:00
.string "Wait! Don't say it!\n"
.string "I know why you came all the way\l"
.string "here by yourself!\p"
.string "You wanted to see me, the owner\n"
.string "of the TRAINER HILL, because…\p"
.string "You want to form a tag team with me!\n"
.string "Wa-hoo!\p"
.string "…Uh?\n"
2018-12-07 16:41:08 +01:00
.string "That's not it?\p"
.string "Anyway, I watched you on your way up.\n"
.string "Marvelous battling! Bravo, indeed!$"
2019-11-13 22:10:05 +01:00
TrainerHill_Roof_Text_HaveTheMostMarvelousGift: @ 8268AC5
.string "For a marvelous someone like you,\n"
.string "I have the most marvelous gift!$"
2019-11-13 22:10:05 +01:00
TrainerHill_Roof_Text_FullUpBeBackLaterForThis: @ 8268B07
.string "Oh, no, full up with things!\n"
2018-12-07 16:41:08 +01:00
.string "You'll be back later for this!$"
2019-11-13 22:10:05 +01:00
TrainerHill_Roof_Text_GotHereMarvelouslyQuickly: @ 8268B43
.string "Oh, hold on here! Did you possibly get\n"
.string "here marvelously quickly?\p"
2018-12-07 16:41:08 +01:00
.string "How splendid! You needn't have\n"
.string "hurried so to see me!\p"
2018-12-07 16:41:08 +01:00
.string "That is so delightful. I'll have the Time\n"
.string "Board at the reception updated!$"
2019-11-13 22:10:05 +01:00
TrainerHill_Roof_Text_YouWerentVeryQuick: @ 8268C03
.string "But, oh…\n"
2018-12-07 16:41:08 +01:00
.string "You weren't very quick getting here.$"
2019-11-13 22:10:05 +01:00
TrainerHill_Roof_Text_ArriveZippierNextTime: @ 8268C31
.string "Perhaps it would please me more if you\n"
.string "arrived zippier next time.\p"
.string "Then, I should be pleased to form\n"
.string "a tag team with you!\p"
.string "Until we meet again, amigo!$"
2019-11-13 22:10:05 +01:00
@ Unused
TrainerHill_Roof_Text_BuiltTrainerHillToFindPartner: @ 8268CC6
2017-11-10 09:24:21 +01:00
.string "I had the TRAINER HILL built for but\n"
.string "one reason and one only!\p"
.string "To find the most suitable partner\n"
.string "with whom I may form a tag team!$"
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_Text_ChallengeTime: @ 8268D47
2017-11-10 09:24:21 +01:00
.string "{STR_VAR_1} min. {STR_VAR_2}.{STR_VAR_3} sec.$"
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_Text_WhatSortOfTrainersAreAhead: @ 8268D5A
.string "Who knows what sort of TRAINERS\n"
.string "and POKéMON combos are ahead?\p"
2018-12-07 16:41:08 +01:00
.string "All I know is that I'll knock aside\n"
.string "anyone that stands in my way!$"
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_Text_CantWaitToTestTheWaters: @ 8268DDA
.string "I heard tough TRAINERS come to this\n"
.string "TRAINER HILL from all over.\p"
2018-12-07 16:41:08 +01:00
.string "I can't wait to test the waters!\p"
.string "I'll knock aside anyone that stands\n"
.string "in my way!$"
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_Text_FriendsTryingToReachTimeBoardTop: @ 8268E6A
.string "Do you see the Time Board over there?\p"
.string "My friends and I are trying to see who\n"
.string "can reach the top in the least time.$"
2019-11-13 22:10:05 +01:00
TrainerHill_Entrance_Text_DoYouKnowWhenTheyOpen: @ 8268EDC
2018-12-07 16:41:08 +01:00
.string "Do you know when they're opening\n"
.string "this place up?\p"
2018-12-07 16:41:08 +01:00
.string "I'm waiting here to be the first\n"
.string "challenger ever!$"
2019-11-13 22:10:05 +01:00
TrainerHill_Elevator_Text_ReturnToReception: @ 8268F3E
.string "Would you like to return to\n"
.string "the reception counter?$"