pokeemerald/data/maps/Route110_TrickHousePuzzle8/scripts.inc

73 lines
2.6 KiB
PHP
Raw Normal View History

2017-11-10 02:21:31 +01:00
Route110_TrickHousePuzzle8_MapScripts:: @ 826E801
.byte 0
2019-11-06 23:57:45 +01:00
Route110_TrickHousePuzzle8_EventScript_Scroll:: @ 826E802
2017-11-10 02:21:31 +01:00
lockall
2019-02-22 10:18:43 +01:00
compare VAR_TRICK_HOUSE_PUZZLE_8_STATE, 0
2019-11-06 23:57:45 +01:00
goto_if_eq Route110_TrickHousePuzzle8_EventScript_FoundScroll
goto Route110_TrickHousePuzzle_EventScript_ReadScrollAgain
2017-11-10 02:21:31 +01:00
end
2019-11-06 23:57:45 +01:00
Route110_TrickHousePuzzle8_EventScript_FoundScroll:: @ 826E814
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
2019-11-06 23:57:45 +01:00
Route110_TrickHousePuzzle8_EventScript_Vincent:: @ 826E81F
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
2019-11-06 23:57:45 +01:00
Route110_TrickHousePuzzle8_EventScript_Keira:: @ 826E836
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
2019-11-06 23:57:45 +01:00
Route110_TrickHousePuzzle8_EventScript_Leroy:: @ 826E84D
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
2019-11-06 23:57:45 +01:00
Route110_TrickHousePuzzle8_EventScript_WroteSecretCodeLockOpened:: @ 826E864
.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
2019-11-06 23:57:45 +01:00
Route110_TrickHousePuzzle8_Text_VincentIntro: @ 826E8CD
2017-11-10 02:21:31 +01:00
.string "Not many TRAINERS have made it\n"
.string "this far.$"
2019-11-06 23:57:45 +01:00
Route110_TrickHousePuzzle8_Text_VincentDefeat: @ 826E8F6
2018-12-07 16:41:08 +01:00
.string "That must mean you're tough, too…$"
2017-11-10 02:21:31 +01:00
2019-11-06 23:57:45 +01:00
Route110_TrickHousePuzzle8_Text_VincentPostBattle: @ 826E918
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
2019-11-06 23:57:45 +01:00
Route110_TrickHousePuzzle8_Text_KeiraIntro: @ 826E954
2017-11-10 02:21:31 +01:00
.string "Consider yourself lucky to be\n"
.string "battling me!$"
2019-11-06 23:57:45 +01:00
Route110_TrickHousePuzzle8_Text_KeiraDefeat: @ 826E97F
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
2019-11-06 23:57:45 +01:00
Route110_TrickHousePuzzle8_Text_KeiraPostBattle: @ 826E99F
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.$"
2019-11-06 23:57:45 +01:00
Route110_TrickHousePuzzle8_Text_LeroyIntro: @ 826E9D7
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.$"
2019-11-06 23:57:45 +01:00
Route110_TrickHousePuzzle8_Text_LeroyDefeat: @ 826EA14
2017-11-10 02:21:31 +01:00
.string "I see…\n"
.string "You possess an extraordinary style.$"
2019-11-06 23:57:45 +01:00
Route110_TrickHousePuzzle8_Text_LeroyPostBattle: @ 826EA3F
2017-11-10 02:21:31 +01:00
.string "Seeing someone like you should please\n"
.string "the TRICK MASTER.$"