2021-07-20 21:18:31 +02:00
|
|
|
Route110_TrickHousePuzzle8_MapScripts::
|
2017-11-10 02:21:31 +01:00
|
|
|
.byte 0
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Route110_TrickHousePuzzle8_EventScript_Scroll::
|
2017-11-10 02:21:31 +01:00
|
|
|
lockall
|
2021-11-19 05:06:30 +01:00
|
|
|
goto_if_eq VAR_TRICK_HOUSE_PUZZLE_8_STATE, 0, Route110_TrickHousePuzzle8_EventScript_FoundScroll
|
2019-11-06 23:57:45 +01:00
|
|
|
goto Route110_TrickHousePuzzle_EventScript_ReadScrollAgain
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Route110_TrickHousePuzzle8_EventScript_FoundScroll::
|
2019-02-22 10:18:43 +01:00
|
|
|
setvar VAR_TRICK_HOUSE_PUZZLE_8_STATE, 1
|
2019-11-06 23:57:45 +01:00
|
|
|
goto Route110_TrickHousePuzzle_EventScript_FoundScroll
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Route110_TrickHousePuzzle8_EventScript_Vincent::
|
2019-11-06 23:57:45 +01:00
|
|
|
trainerbattle_single TRAINER_VINCENT, Route110_TrickHousePuzzle8_Text_VincentIntro, Route110_TrickHousePuzzle8_Text_VincentDefeat
|
|
|
|
msgbox Route110_TrickHousePuzzle8_Text_VincentPostBattle, MSGBOX_AUTOCLOSE
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Route110_TrickHousePuzzle8_EventScript_Keira::
|
2019-11-06 23:57:45 +01:00
|
|
|
trainerbattle_single TRAINER_KEIRA, Route110_TrickHousePuzzle8_Text_KeiraIntro, Route110_TrickHousePuzzle8_Text_KeiraDefeat
|
|
|
|
msgbox Route110_TrickHousePuzzle8_Text_KeiraPostBattle, MSGBOX_AUTOCLOSE
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Route110_TrickHousePuzzle8_EventScript_Leroy::
|
2019-11-06 23:57:45 +01:00
|
|
|
trainerbattle_single TRAINER_LEROY, Route110_TrickHousePuzzle8_Text_LeroyIntro, Route110_TrickHousePuzzle8_Text_LeroyDefeat
|
|
|
|
msgbox Route110_TrickHousePuzzle8_Text_LeroyPostBattle, MSGBOX_AUTOCLOSE
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2022-10-30 08:24:48 +01:00
|
|
|
Route110_TrickHousePuzzle8_Text_WroteSecretCodeLockOpened::
|
2017-11-10 08:36:41 +01:00
|
|
|
.string "{PLAYER} wrote down the secret code\n"
|
|
|
|
.string "on the door.\p"
|
|
|
|
.string "“TRICK MASTER I love.”\n"
|
|
|
|
.string "… … … … … … … …\p"
|
|
|
|
.string "The lock clicked open!$"
|
2017-11-10 02:21:31 +01:00
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Route110_TrickHousePuzzle8_Text_VincentIntro:
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "Not many TRAINERS have made it\n"
|
|
|
|
.string "this far.$"
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Route110_TrickHousePuzzle8_Text_VincentDefeat:
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "That must mean you're tough, too…$"
|
2017-11-10 02:21:31 +01:00
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Route110_TrickHousePuzzle8_Text_VincentPostBattle:
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "You've beaten the POKéMON LEAGUE\n"
|
|
|
|
.string "CHAMPION? That's too much!$"
|
2017-11-10 02:21:31 +01:00
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Route110_TrickHousePuzzle8_Text_KeiraIntro:
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "Consider yourself lucky to be\n"
|
|
|
|
.string "battling me!$"
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Route110_TrickHousePuzzle8_Text_KeiraDefeat:
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "This isn't right!\n"
|
|
|
|
.string "I can't lose!$"
|
2017-11-10 02:21:31 +01:00
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Route110_TrickHousePuzzle8_Text_KeiraPostBattle:
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "It's a miracle that you beat me.\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "You can brag about it.$"
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Route110_TrickHousePuzzle8_Text_LeroyIntro:
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "You've been slugging through the TRICK\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "HOUSE challenge, too.$"
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Route110_TrickHousePuzzle8_Text_LeroyDefeat:
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "I see…\n"
|
|
|
|
.string "You possess an extraordinary style.$"
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Route110_TrickHousePuzzle8_Text_LeroyPostBattle:
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "Seeing someone like you should please\n"
|
|
|
|
.string "the TRICK MASTER.$"
|
|
|
|
|