2020-06-21 07:56:57 +02:00
|
|
|
.set LOCALID_WALLACE, 1
|
|
|
|
.set LOCALID_RIVAL, 2
|
|
|
|
.set LOCALID_BIRCH, 3
|
|
|
|
|
2017-11-10 02:21:31 +01:00
|
|
|
EverGrandeCity_ChampionsRoom_MapScripts:: @ 82289EF
|
2019-04-22 22:31:51 +02:00
|
|
|
map_script MAP_SCRIPT_ON_TRANSITION, EverGrandeCity_ChampionsRoom_OnTransition
|
2019-10-13 21:40:15 +02:00
|
|
|
map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, EverGrandeCity_ChampionsRoom_OnWarp
|
|
|
|
map_script MAP_SCRIPT_ON_FRAME_TABLE, EverGrandeCity_ChampionsRoom_OnFrame
|
2017-11-10 02:21:31 +01:00
|
|
|
.byte 0
|
|
|
|
|
2019-04-22 22:31:51 +02:00
|
|
|
EverGrandeCity_ChampionsRoom_OnTransition: @ 82289FF
|
2019-09-05 20:56:34 +02:00
|
|
|
call Common_EventScript_SetupRivalGfxId
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2019-10-13 21:40:15 +02:00
|
|
|
EverGrandeCity_ChampionsRoom_OnWarp: @ 8228A05
|
2019-10-08 08:25:31 +02:00
|
|
|
map_script_2 VAR_TEMP_1, 0, EverGrandeCity_ChampionsRoom_EventScript_PlayerTurnNorth
|
2017-11-10 02:21:31 +01:00
|
|
|
.2byte 0
|
|
|
|
|
2019-10-08 08:25:31 +02:00
|
|
|
EverGrandeCity_ChampionsRoom_EventScript_PlayerTurnNorth:: @ 8228A0F
|
2019-11-21 05:12:51 +01:00
|
|
|
turnobject OBJ_EVENT_ID_PLAYER, DIR_NORTH
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2019-10-13 21:40:15 +02:00
|
|
|
EverGrandeCity_ChampionsRoom_OnFrame: @ 8228A14
|
2019-10-08 08:25:31 +02:00
|
|
|
map_script_2 VAR_TEMP_1, 0, EverGrandeCity_ChampionsRoom_EventScript_EnterRoom
|
2017-11-10 02:21:31 +01:00
|
|
|
.2byte 0
|
|
|
|
|
2019-10-08 08:25:31 +02:00
|
|
|
EverGrandeCity_ChampionsRoom_EventScript_EnterRoom:: @ 8228A1E
|
2017-11-10 02:21:31 +01:00
|
|
|
lockall
|
2019-11-21 05:12:51 +01:00
|
|
|
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkUp4
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
|
|
|
delay 40
|
2019-11-21 05:12:51 +01:00
|
|
|
applymovement OBJ_EVENT_ID_PLAYER, EverGrandeCity_ChampionsRoom_Movement_PlayerApproachWallace
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
2018-05-19 18:02:43 +02:00
|
|
|
setvar VAR_TEMP_1, 1
|
2019-10-08 08:25:31 +02:00
|
|
|
goto EverGrandeCity_ChampionsRoom_EventScript_Wallace
|
2017-11-10 08:36:41 +01:00
|
|
|
releaseall
|
|
|
|
end
|
2017-11-10 02:21:31 +01:00
|
|
|
|
2019-10-08 08:25:31 +02:00
|
|
|
EverGrandeCity_ChampionsRoom_Movement_PlayerApproachWallace: @ 8228A42
|
2018-06-14 01:19:19 +02:00
|
|
|
walk_up
|
|
|
|
walk_up
|
2017-11-10 02:21:31 +01:00
|
|
|
step_end
|
|
|
|
|
2019-10-08 08:25:31 +02:00
|
|
|
EverGrandeCity_ChampionsRoom_EventScript_Wallace:: @ 8228A45
|
2020-08-21 00:02:00 +02:00
|
|
|
playbgm MUS_ENCOUNTER_CHAMPION, 0
|
2020-01-08 21:12:10 +01:00
|
|
|
msgbox EverGrandeCity_ChampionsRoom_Text_IntroSpeech, MSGBOX_DEFAULT
|
2019-10-08 08:25:31 +02:00
|
|
|
trainerbattle_no_intro TRAINER_WALLACE, EverGrandeCity_ChampionsRoom_Text_Defeat
|
|
|
|
goto EverGrandeCity_ChampionsRoom_EventScript_Defeated
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2019-10-08 08:25:31 +02:00
|
|
|
EverGrandeCity_ChampionsRoom_EventScript_Defeated:: @ 8228A61
|
2017-11-10 02:21:31 +01:00
|
|
|
playse SE_DOOR
|
2019-06-12 21:07:32 +02:00
|
|
|
setmetatile 6, 1, METATILE_EliteFour_OpenDoorChampion_Frame, 0
|
|
|
|
setmetatile 6, 2, METATILE_EliteFour_OpenDoorChampion_Opening, 0
|
2017-11-10 02:21:31 +01:00
|
|
|
special DrawWholeMapView
|
2019-10-08 08:25:31 +02:00
|
|
|
msgbox EverGrandeCity_ChampionsRoom_Text_PostBattleSpeech, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
closemessage
|
|
|
|
playse SE_DOOR
|
|
|
|
checkplayergender
|
2018-12-25 03:22:56 +01:00
|
|
|
compare VAR_RESULT, MALE
|
2019-10-08 08:25:31 +02:00
|
|
|
call_if_eq EverGrandeCity_ChampionsRoom_EventScript_PlayMayMusic
|
2018-12-25 03:22:56 +01:00
|
|
|
compare VAR_RESULT, FEMALE
|
2019-10-08 08:25:31 +02:00
|
|
|
call_if_eq EverGrandeCity_ChampionsRoom_EventScript_PlayBrendanMusic
|
2020-06-21 07:56:57 +02:00
|
|
|
addobject LOCALID_RIVAL
|
2019-10-08 08:25:31 +02:00
|
|
|
call EverGrandeCity_ChampionsRoom_EventScript_RivalApproachPlayer
|
2017-11-10 02:21:31 +01:00
|
|
|
checkplayergender
|
2018-12-25 03:22:56 +01:00
|
|
|
compare VAR_RESULT, MALE
|
2019-10-08 08:25:31 +02:00
|
|
|
goto_if_eq EverGrandeCity_ChampionsRoom_EventScript_MayAdvice
|
2018-12-25 03:22:56 +01:00
|
|
|
compare VAR_RESULT, FEMALE
|
2019-10-08 08:25:31 +02:00
|
|
|
goto_if_eq EverGrandeCity_ChampionsRoom_EventScript_BrendanAdvice
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2019-10-08 08:25:31 +02:00
|
|
|
EverGrandeCity_ChampionsRoom_EventScript_PlayMayMusic:: @ 8228ABC
|
2020-08-21 00:02:00 +02:00
|
|
|
playbgm MUS_ENCOUNTER_MAY, 0
|
2017-11-10 02:21:31 +01:00
|
|
|
return
|
|
|
|
|
2019-10-08 08:25:31 +02:00
|
|
|
EverGrandeCity_ChampionsRoom_EventScript_PlayBrendanMusic:: @ 8228AC1
|
2020-08-21 00:02:00 +02:00
|
|
|
playbgm MUS_ENCOUNTER_BRENDAN, 0
|
2017-11-10 02:21:31 +01:00
|
|
|
return
|
|
|
|
|
2019-10-08 08:25:31 +02:00
|
|
|
EverGrandeCity_ChampionsRoom_EventScript_MayAdvice:: @ 8228AC6
|
|
|
|
msgbox EverGrandeCity_ChampionsRoom_Text_MayAdvice, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
delay 40
|
|
|
|
playse SE_PIN
|
2020-06-21 07:56:57 +02:00
|
|
|
applymovement LOCALID_RIVAL, Common_Movement_ExclamationMark
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
2020-06-21 07:56:57 +02:00
|
|
|
applymovement LOCALID_RIVAL, Common_Movement_Delay48
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
2019-10-08 08:25:31 +02:00
|
|
|
call EverGrandeCity_ChampionsRoom_EventScript_RivalLookBackAndForth
|
|
|
|
msgbox EverGrandeCity_ChampionsRoom_Text_MayItsAlreadyOver, MSGBOX_DEFAULT
|
|
|
|
goto EverGrandeCity_ChampionsRoom_EventScript_BirchArrivesExitForHoF
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2019-10-08 08:25:31 +02:00
|
|
|
EverGrandeCity_ChampionsRoom_EventScript_BrendanAdvice:: @ 8228AFB
|
|
|
|
msgbox EverGrandeCity_ChampionsRoom_Text_BrendanAdvice, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
delay 40
|
|
|
|
playse SE_PIN
|
2020-06-21 07:56:57 +02:00
|
|
|
applymovement LOCALID_RIVAL, Common_Movement_ExclamationMark
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
2020-06-21 07:56:57 +02:00
|
|
|
applymovement LOCALID_RIVAL, Common_Movement_Delay48
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
2019-10-08 08:25:31 +02:00
|
|
|
call EverGrandeCity_ChampionsRoom_EventScript_RivalLookBackAndForth
|
|
|
|
msgbox EverGrandeCity_ChampionsRoom_Text_BrendanYouveWon, MSGBOX_DEFAULT
|
|
|
|
goto EverGrandeCity_ChampionsRoom_EventScript_BirchArrivesExitForHoF
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2019-10-08 08:25:31 +02:00
|
|
|
EverGrandeCity_ChampionsRoom_EventScript_BirchArrivesExitForHoF:: @ 8228B30
|
2017-11-10 02:21:31 +01:00
|
|
|
closemessage
|
2020-06-21 07:56:57 +02:00
|
|
|
addobject LOCALID_BIRCH
|
|
|
|
applymovement LOCALID_BIRCH, EverGrandeCity_ChampionsRoom_Movement_BirchArrives
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
2019-11-21 05:12:51 +01:00
|
|
|
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFastestRight
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
2019-10-08 08:25:31 +02:00
|
|
|
msgbox EverGrandeCity_ChampionsRoom_Text_BirchArriveRatePokedex, MSGBOX_DEFAULT
|
2019-10-07 07:13:34 +02:00
|
|
|
call ProfBirch_EventScript_RatePokedex
|
2019-10-08 08:25:31 +02:00
|
|
|
msgbox EverGrandeCity_ChampionsRoom_Text_BirchCongratulations, MSGBOX_DEFAULT
|
2020-06-21 07:56:57 +02:00
|
|
|
applymovement LOCALID_WALLACE, Common_Movement_WalkInPlaceFastestUp
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
|
|
|
delay 20
|
2020-06-21 07:56:57 +02:00
|
|
|
applymovement LOCALID_WALLACE, Common_Movement_WalkInPlaceFastestDown
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
2019-10-08 08:25:31 +02:00
|
|
|
msgbox EverGrandeCity_ChampionsRoom_Text_WallaceComeWithMe, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
closemessage
|
|
|
|
delay 30
|
2020-06-21 07:56:57 +02:00
|
|
|
applymovement LOCALID_WALLACE, EverGrandeCity_ChampionsRoom_Movement_WallaceExitStart
|
2019-11-21 05:12:51 +01:00
|
|
|
applymovement OBJ_EVENT_ID_PLAYER, EverGrandeCity_ChampionsRoom_Movement_PlayerExitStart
|
2020-06-21 07:56:57 +02:00
|
|
|
applymovement LOCALID_BIRCH, Common_Movement_WalkInPlaceFastestUp
|
|
|
|
applymovement LOCALID_RIVAL, EverGrandeCity_ChampionsRoom_Movement_RivalFollows
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
|
|
|
delay 20
|
2019-11-21 05:12:51 +01:00
|
|
|
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFastestDown
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
2019-10-08 08:25:31 +02:00
|
|
|
msgbox EverGrandeCity_ChampionsRoom_Text_WallaceWaitOutside, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
checkplayergender
|
2018-12-25 03:22:56 +01:00
|
|
|
compare VAR_RESULT, MALE
|
2019-10-08 08:25:31 +02:00
|
|
|
call_if_eq EverGrandeCity_ChampionsRoom_EventScript_MayCongratulations
|
2018-12-25 03:22:56 +01:00
|
|
|
compare VAR_RESULT, FEMALE
|
2019-10-08 08:25:31 +02:00
|
|
|
call_if_eq EverGrandeCity_ChampionsRoom_EventScript_BrendanCongratulations
|
2017-11-10 02:21:31 +01:00
|
|
|
closemessage
|
2020-06-21 07:56:57 +02:00
|
|
|
applymovement LOCALID_WALLACE, EverGrandeCity_ChampionsRoom_Movement_WallaceExit
|
2019-11-21 05:12:51 +01:00
|
|
|
applymovement OBJ_EVENT_ID_PLAYER, EverGrandeCity_ChampionsRoom_Movement_PlayerExit
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
2018-10-18 21:28:59 +02:00
|
|
|
setflag FLAG_HIDE_PETALBURG_GYM_GREETER
|
2018-06-15 05:00:09 +02:00
|
|
|
warp MAP_EVER_GRANDE_CITY_HALL_OF_FAME, 255, 7, 16
|
2017-11-10 02:21:31 +01:00
|
|
|
waitstate
|
|
|
|
releaseall
|
|
|
|
end
|
|
|
|
|
2019-10-08 08:25:31 +02:00
|
|
|
EverGrandeCity_ChampionsRoom_EventScript_MayCongratulations:: @ 8228BEB
|
|
|
|
msgbox EverGrandeCity_ChampionsRoom_Text_MayCongratulations, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
return
|
|
|
|
|
2019-10-08 08:25:31 +02:00
|
|
|
EverGrandeCity_ChampionsRoom_EventScript_BrendanCongratulations:: @ 8228BF4
|
|
|
|
msgbox EverGrandeCity_ChampionsRoom_Text_BrendanCongratulations, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
return
|
|
|
|
|
2019-10-08 08:25:31 +02:00
|
|
|
EverGrandeCity_ChampionsRoom_EventScript_RivalApproachPlayer:: @ 8228BFD
|
2020-06-21 07:56:57 +02:00
|
|
|
applymovement LOCALID_RIVAL, EverGrandeCity_ChampionsRoom_Movement_RivalApproachPlayer
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
2019-11-21 05:12:51 +01:00
|
|
|
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFastestLeft
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
|
|
|
return
|
|
|
|
|
2019-10-08 08:25:31 +02:00
|
|
|
EverGrandeCity_ChampionsRoom_EventScript_RivalLookBackAndForth:: @ 8228C12
|
2020-06-21 07:56:57 +02:00
|
|
|
applymovement LOCALID_RIVAL, EverGrandeCity_ChampionsRoom_Movement_RivalLookBackAndForth
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
|
|
|
return
|
|
|
|
|
2019-10-08 08:25:31 +02:00
|
|
|
EverGrandeCity_ChampionsRoom_Movement_PlayerExitStart: @ 8228C1D
|
2018-06-14 01:19:19 +02:00
|
|
|
walk_up
|
|
|
|
walk_up
|
2017-11-10 02:21:31 +01:00
|
|
|
step_end
|
|
|
|
|
2019-10-08 08:25:31 +02:00
|
|
|
EverGrandeCity_ChampionsRoom_Movement_PlayerExit: @ 8228C20
|
2018-06-14 01:19:19 +02:00
|
|
|
walk_up
|
|
|
|
delay_16
|
|
|
|
walk_up
|
|
|
|
delay_8
|
|
|
|
set_invisible
|
2017-11-10 02:21:31 +01:00
|
|
|
step_end
|
|
|
|
|
2019-10-08 08:25:31 +02:00
|
|
|
EverGrandeCity_ChampionsRoom_Movement_RivalApproachPlayer: @ 8228C26
|
2018-06-14 01:19:19 +02:00
|
|
|
walk_up
|
|
|
|
walk_up
|
|
|
|
walk_up
|
|
|
|
walk_up
|
|
|
|
walk_up
|
|
|
|
walk_left
|
|
|
|
walk_up
|
|
|
|
walk_in_place_fastest_right
|
2017-11-10 02:21:31 +01:00
|
|
|
step_end
|
|
|
|
|
2019-10-08 08:25:31 +02:00
|
|
|
EverGrandeCity_ChampionsRoom_Movement_RivalLookBackAndForth: @ 8228C2F
|
2018-06-14 01:19:19 +02:00
|
|
|
walk_in_place_fastest_up
|
|
|
|
delay_16
|
|
|
|
walk_in_place_fastest_right
|
|
|
|
delay_16
|
|
|
|
walk_in_place_fastest_up
|
|
|
|
delay_8
|
|
|
|
walk_in_place_fastest_right
|
|
|
|
delay_16
|
2017-11-10 02:21:31 +01:00
|
|
|
step_end
|
|
|
|
|
2019-10-08 08:25:31 +02:00
|
|
|
EverGrandeCity_ChampionsRoom_Movement_RivalFollows: @ 8228C38
|
2018-06-14 01:19:19 +02:00
|
|
|
walk_right
|
|
|
|
walk_up
|
2017-11-10 02:21:31 +01:00
|
|
|
step_end
|
|
|
|
|
2019-10-08 08:25:31 +02:00
|
|
|
EverGrandeCity_ChampionsRoom_Movement_WallaceExitStart: @ 8228C3B
|
2018-06-14 01:19:19 +02:00
|
|
|
walk_up
|
|
|
|
walk_up
|
|
|
|
walk_in_place_fastest_down
|
2017-11-10 02:21:31 +01:00
|
|
|
step_end
|
|
|
|
|
2019-10-08 08:25:31 +02:00
|
|
|
EverGrandeCity_ChampionsRoom_Movement_WallaceExit: @ 8228C3F
|
2018-06-14 01:19:19 +02:00
|
|
|
walk_up
|
|
|
|
delay_8
|
|
|
|
set_invisible
|
2017-11-10 02:21:31 +01:00
|
|
|
step_end
|
|
|
|
|
2019-10-08 08:25:31 +02:00
|
|
|
EverGrandeCity_ChampionsRoom_Movement_BirchArrives: @ 8228C43
|
2018-06-14 01:19:19 +02:00
|
|
|
walk_up
|
|
|
|
walk_up
|
|
|
|
walk_up
|
|
|
|
walk_up
|
|
|
|
walk_up
|
|
|
|
walk_right
|
|
|
|
walk_up
|
|
|
|
walk_in_place_fastest_left
|
2017-11-10 02:21:31 +01:00
|
|
|
step_end
|
|
|
|
|
2020-01-08 21:12:10 +01:00
|
|
|
EverGrandeCity_ChampionsRoom_Text_IntroSpeech: @ 8228C4C
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "WALLACE: Welcome, {PLAYER}{KUN}.\p"
|
|
|
|
.string "That incident in SOOTOPOLIS CITY…\n"
|
|
|
|
.string "That was superb work, putting an end\l"
|
|
|
|
.string "to that crisis all by yourself.\p"
|
|
|
|
.string "Oops!\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "It wouldn't be fair to say that you\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "alone ended the crisis.\p"
|
|
|
|
.string "You overcame that difficult situation\n"
|
|
|
|
.string "by working as one with your POKéMON.\p"
|
|
|
|
.string "We TRAINERS raise POKéMON by giving\n"
|
|
|
|
.string "them items and by teaching them new\l"
|
|
|
|
.string "techniques for battle.\p"
|
|
|
|
.string "But we ourselves also learn many\n"
|
|
|
|
.string "things from POKéMON.\p"
|
|
|
|
.string "And this is where your achievements\n"
|
|
|
|
.string "are put to the test against what\l"
|
|
|
|
.string "others like you have achieved.\p"
|
|
|
|
.string "Now!\p"
|
|
|
|
.string "Who can most elegantly dance with\n"
|
|
|
|
.string "their POKéMON in HOENN?\p"
|
|
|
|
.string "Show me right here and now!$"
|
|
|
|
|
2019-10-08 08:25:31 +02:00
|
|
|
EverGrandeCity_ChampionsRoom_Text_Defeat: @ 8228EAC
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "I, the CHAMPION, fall in defeat…\p"
|
|
|
|
.string "That was wonderful work.\n"
|
|
|
|
.string "You were elegant, infuriatingly so.\l"
|
|
|
|
.string "And yet it was utterly glorious!\p"
|
|
|
|
.string "Kudos to you, {PLAYER}{KUN}!\p"
|
|
|
|
.string "You are a truly noble POKéMON\n"
|
|
|
|
.string "TRAINER!$"
|
|
|
|
|
2019-10-08 08:25:31 +02:00
|
|
|
EverGrandeCity_ChampionsRoom_Text_PostBattleSpeech: @ 8228F66
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "WALLACE: The POKéMON you sent into\n"
|
|
|
|
.string "battle…\p"
|
|
|
|
.string "At times they danced like a spring\n"
|
|
|
|
.string "breeze, and at times they struck\l"
|
|
|
|
.string "like lightning.\p"
|
|
|
|
.string "It was with light, yet surefooted,\n"
|
|
|
|
.string "elegance that you led your POKéMON.\p"
|
|
|
|
.string "Even I felt bedazzled by your\n"
|
|
|
|
.string "masterful performance!\p"
|
|
|
|
.string "You now stand at the glorious peak\n"
|
|
|
|
.string "of the POKéMON LEAGUE.\p"
|
|
|
|
.string "I now proclaim you to be the new\n"
|
|
|
|
.string "HOENN region…$"
|
|
|
|
|
2019-10-08 08:25:31 +02:00
|
|
|
EverGrandeCity_ChampionsRoom_Text_MayAdvice: @ 82290CA
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "MAY: {PLAYER}{KUN}!\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "Here's some advice before you challenge\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "the CHAMPION…$"
|
|
|
|
|
2019-10-08 08:25:31 +02:00
|
|
|
EverGrandeCity_ChampionsRoom_Text_MayItsAlreadyOver: @ 822910B
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "MAY: Huh?\n"
|
|
|
|
.string "What, what, what?\p"
|
|
|
|
.string "{PLAYER}{KUN}…\n"
|
|
|
|
.string "Could it be that…\l"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "It's already over?$"
|
2017-11-10 02:21:31 +01:00
|
|
|
|
2019-10-08 08:25:31 +02:00
|
|
|
EverGrandeCity_ChampionsRoom_Text_BrendanAdvice: @ 8229152
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "BRENDAN: {PLAYER}!\p"
|
|
|
|
.string "How would you like some advice before\n"
|
|
|
|
.string "you challenge the CHAMPION?…$"
|
|
|
|
|
2019-10-08 08:25:31 +02:00
|
|
|
EverGrandeCity_ChampionsRoom_Text_BrendanYouveWon: @ 82291A2
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "BRENDAN: {PLAYER}…\p"
|
|
|
|
.string "Are you trying to tell me…\n"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "You've beaten the CHAMPION?$"
|
2017-11-10 02:21:31 +01:00
|
|
|
|
2019-10-08 08:25:31 +02:00
|
|
|
EverGrandeCity_ChampionsRoom_Text_BirchArriveRatePokedex: @ 82291E6
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "PROF. BIRCH: See?\n"
|
|
|
|
.string "What did I tell you, {RIVAL}?\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "Didn't I tell you that you don't need\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "to worry about {PLAYER}{KUN}?\p"
|
|
|
|
.string "… … … … … … … …\n"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "{PLAYER}{KUN}, you've finally done it.\p"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "When I heard that you defeated your\n"
|
|
|
|
.string "own father at the PETALBURG GYM,\l"
|
|
|
|
.string "I thought perhaps you had a chance…\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "But to think you've actually become\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "the CHAMPION!\p"
|
|
|
|
.string "Ah, yes!\p"
|
|
|
|
.string "What became of your POKéDEX?\n"
|
|
|
|
.string "Here, let me see.$"
|
|
|
|
|
2019-10-08 08:25:31 +02:00
|
|
|
EverGrandeCity_ChampionsRoom_Text_BirchCongratulations: @ 822934D
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "PROF. BIRCH: Anyways,\n"
|
|
|
|
.string "congratulations!\p"
|
|
|
|
.string "Now, go proudly into the final room!$"
|
|
|
|
|
2019-10-08 08:25:31 +02:00
|
|
|
EverGrandeCity_ChampionsRoom_Text_WallaceComeWithMe: @ 8229399
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "WALLACE: {PLAYER}{KUN}…\p"
|
|
|
|
.string "No, let me rephrase that properly.\p"
|
|
|
|
.string "The new CHAMPION!\p"
|
|
|
|
.string "Come with me.$"
|
|
|
|
|
2019-10-08 08:25:31 +02:00
|
|
|
EverGrandeCity_ChampionsRoom_Text_WallaceWaitOutside: @ 82293EB
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "WALLACE: I'm sorry, but…\p"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "From here on, only those TRAINERS who\n"
|
|
|
|
.string "have become CHAMPIONS may enter.\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "You'll have to wait outside with\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "PROF. BIRCH.$"
|
|
|
|
|
2019-10-08 08:25:31 +02:00
|
|
|
EverGrandeCity_ChampionsRoom_Text_MayCongratulations: @ 8229479
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "MAY: Groan…\p"
|
|
|
|
.string "… … … … … … … …\n"
|
|
|
|
.string "… … … … … … … …\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "I'm just joking! That's okay!\n"
|
|
|
|
.string "That's the rule!\p"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "{PLAYER}{KUN}!\n"
|
|
|
|
.string "Honestly, congratulations!$"
|
|
|
|
|
2019-10-08 08:25:31 +02:00
|
|
|
EverGrandeCity_ChampionsRoom_Text_BrendanCongratulations: @ 82294F5
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "BRENDAN: Whaaaat?! … … … … …\n"
|
|
|
|
.string "… … … … … … … …\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "It can't be helped if that's the rule.\p"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "{PLAYER}, way to go!\n"
|
|
|
|
.string "Congratulations!$"
|
|
|
|
|