pokeemerald/data/maps/Route110_TrickHousePuzzle8/scripts.inc

72 lines
2.5 KiB
PHP
Raw Normal View History

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
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
Route110_TrickHousePuzzle8_Text_WroteSecretCodeLockOpened::
.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.$"