pokeemerald/data/maps/Route110_TrickHousePuzzle4/scripts.inc

71 lines
2.4 KiB
PHP
Raw Normal View History

2021-07-20 21:18:31 +02:00
Route110_TrickHousePuzzle4_MapScripts::
2017-11-10 02:21:31 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
Route110_TrickHousePuzzle4_EventScript_Scroll::
2017-11-10 02:21:31 +01:00
lockall
goto_if_eq VAR_TRICK_HOUSE_PUZZLE_4_STATE, 0, Route110_TrickHousePuzzle4_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_TrickHousePuzzle4_EventScript_FoundScroll::
2019-02-22 10:18:43 +01:00
setvar VAR_TRICK_HOUSE_PUZZLE_4_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_TrickHousePuzzle4_EventScript_Cora::
2019-11-06 23:57:45 +01:00
trainerbattle_single TRAINER_CORA, Route110_TrickHousePuzzle4_Text_CoraIntro, Route110_TrickHousePuzzle4_Text_CoraDefeat
msgbox Route110_TrickHousePuzzle4_Text_CoraPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
Route110_TrickHousePuzzle4_EventScript_Yuji::
2019-11-06 23:57:45 +01:00
trainerbattle_single TRAINER_YUJI, Route110_TrickHousePuzzle4_Text_YujiIntro, Route110_TrickHousePuzzle4_Text_YujiDefeat
msgbox Route110_TrickHousePuzzle4_Text_YujiPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
Route110_TrickHousePuzzle4_EventScript_Paula::
2019-11-06 23:57:45 +01:00
trainerbattle_single TRAINER_PAULA, Route110_TrickHousePuzzle4_Text_PaulaIntro, Route110_TrickHousePuzzle4_Text_PaulaDefeat
msgbox Route110_TrickHousePuzzle4_Text_PaulaPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
Route110_TrickHousePuzzle4_Text_WroteSecretCodeLockOpened:
.string "{PLAYER} wrote down the secret code\n"
.string "on the door.\p"
.string "“TRICK MASTER is cool.”\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_TrickHousePuzzle4_Text_CoraIntro:
2018-12-07 16:41:08 +01:00
.string "It's too much bother to think this out.\n"
2017-11-10 02:21:31 +01:00
.string "I only wanted to battle!$"
2021-07-20 21:18:31 +02:00
Route110_TrickHousePuzzle4_Text_CoraDefeat:
2017-11-10 02:21:31 +01:00
.string "Even though I lost, I still like battling\n"
.string "the best!$"
2021-07-20 21:18:31 +02:00
Route110_TrickHousePuzzle4_Text_CoraPostBattle:
2018-12-07 16:41:08 +01:00
.string "Wouldn't you agree? You would go\n"
2017-11-10 02:21:31 +01:00
.string "anywhere if TRAINERS were there.$"
2021-07-20 21:18:31 +02:00
Route110_TrickHousePuzzle4_Text_YujiIntro:
2017-11-10 02:21:31 +01:00
.string "Heh! Boulders like this, I can brush\n"
.string "aside with one finger!$"
2021-07-20 21:18:31 +02:00
Route110_TrickHousePuzzle4_Text_YujiDefeat:
2018-12-07 16:41:08 +01:00
.string "I can push boulders, but I can't solve\n"
2017-11-10 02:21:31 +01:00
.string "the puzzle…$"
2021-07-20 21:18:31 +02:00
Route110_TrickHousePuzzle4_Text_YujiPostBattle:
2018-12-07 16:41:08 +01:00
.string "It's not good enough to be brawny…\n"
2017-11-10 02:21:31 +01:00
.string "You have to use your head. Be brainy!$"
2021-07-20 21:18:31 +02:00
Route110_TrickHousePuzzle4_Text_PaulaIntro:
2017-11-10 02:21:31 +01:00
.string "The TRICK HOUSE is getting trickier,\n"
2018-12-07 16:41:08 +01:00
.string "isn't it?$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
Route110_TrickHousePuzzle4_Text_PaulaDefeat:
2017-11-10 02:21:31 +01:00
.string "Aaak!$"
2021-07-20 21:18:31 +02:00
Route110_TrickHousePuzzle4_Text_PaulaPostBattle:
2017-11-10 02:21:31 +01:00
.string "Has anyone made it to the end?$"