summaryrefslogtreecommitdiff
path: root/data/maps/Route110_TrickHousePuzzle1/scripts.inc
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/Route110_TrickHousePuzzle1/scripts.inc')
-rw-r--r--data/maps/Route110_TrickHousePuzzle1/scripts.inc36
1 files changed, 18 insertions, 18 deletions
diff --git a/data/maps/Route110_TrickHousePuzzle1/scripts.inc b/data/maps/Route110_TrickHousePuzzle1/scripts.inc
index 3797ec29d..6fc6adcd5 100644
--- a/data/maps/Route110_TrickHousePuzzle1/scripts.inc
+++ b/data/maps/Route110_TrickHousePuzzle1/scripts.inc
@@ -1,79 +1,79 @@
-Route110_TrickHousePuzzle1_MapScripts:: @ 826B90F
+Route110_TrickHousePuzzle1_MapScripts::
map_script MAP_SCRIPT_ON_LOAD, Route110_TrickHousePuzzle1_OnLoad
.byte 0
-Route110_TrickHousePuzzle1_OnLoad: @ 826B915
+Route110_TrickHousePuzzle1_OnLoad:
compare VAR_TRICK_HOUSE_PUZZLE_1_STATE, 2
goto_if_eq Route110_TrickHousePuzzle1_EventScript_OpenDoor
end
-Route110_TrickHousePuzzle1_EventScript_OpenDoor:: @ 826B921
+Route110_TrickHousePuzzle1_EventScript_OpenDoor::
setmetatile 13, 1, METATILE_TrickHousePuzzle_Stairs_Down, 0
end
-Route110_TrickHousePuzzle1_EventScript_Scroll:: @ 826B92B
+Route110_TrickHousePuzzle1_EventScript_Scroll::
lockall
compare VAR_TRICK_HOUSE_PUZZLE_1_STATE, 0
goto_if_eq Route110_TrickHousePuzzle1_EventScript_FoundScroll
goto Route110_TrickHousePuzzle_EventScript_ReadScrollAgain
end
-Route110_TrickHousePuzzle1_EventScript_FoundScroll:: @ 826B93D
+Route110_TrickHousePuzzle1_EventScript_FoundScroll::
setvar VAR_TRICK_HOUSE_PUZZLE_1_STATE, 1
goto Route110_TrickHousePuzzle_EventScript_FoundScroll
end
-Route110_TrickHousePuzzle1_EventScript_Sally:: @ 826B948
+Route110_TrickHousePuzzle1_EventScript_Sally::
trainerbattle_single TRAINER_SALLY, Route110_TrickHousePuzzle1_Text_SallyIntro, Route110_TrickHousePuzzle1_Text_SallyDefeat
msgbox Route110_TrickHousePuzzle1_Text_SallyPostBattle, MSGBOX_AUTOCLOSE
end
-Route110_TrickHousePuzzle1_EventScript_Eddie:: @ 826B95F
+Route110_TrickHousePuzzle1_EventScript_Eddie::
trainerbattle_single TRAINER_EDDIE, Route110_TrickHousePuzzle1_Text_EddieIntro, Route110_TrickHousePuzzle1_Text_EddieDefeat
msgbox Route110_TrickHousePuzzle1_Text_EddiePostBattle, MSGBOX_AUTOCLOSE
end
-Route110_TrickHousePuzzle1_EventScript_Robin:: @ 826B976
+Route110_TrickHousePuzzle1_EventScript_Robin::
trainerbattle_single TRAINER_ROBIN, Route110_TrickHousePuzzle1_Text_RobinIntro, Route110_TrickHousePuzzle1_Text_RobinDefeat
msgbox Route110_TrickHousePuzzle1_Text_RobinPostBattle, MSGBOX_AUTOCLOSE
end
-Route110_TrickHousePuzzle1_Text_WroteSecretCodeLockOpened:: @ 826B98D
+Route110_TrickHousePuzzle1_Text_WroteSecretCodeLockOpened::
.string "{PLAYER} wrote down the secret code\n"
.string "on the door.\p"
.string "“TRICK MASTER is fabulous.”\n"
.string "… … … … … … … …\p"
.string "The lock clicked open!$"
-Route110_TrickHousePuzzle1_Text_SallyIntro: @ 826B9FB
+Route110_TrickHousePuzzle1_Text_SallyIntro:
.string "I'll hack and slash my way to victory\n"
.string "with the CUT we just learned!$"
-Route110_TrickHousePuzzle1_Text_SallyDefeat: @ 826BA3F
+Route110_TrickHousePuzzle1_Text_SallyDefeat:
.string "Why are you so serious?$"
-Route110_TrickHousePuzzle1_Text_SallyPostBattle: @ 826BA57
+Route110_TrickHousePuzzle1_Text_SallyPostBattle:
.string "I never get tired of hacking\n"
.string "and slashing!$"
-Route110_TrickHousePuzzle1_Text_EddieIntro: @ 826BA82
+Route110_TrickHousePuzzle1_Text_EddieIntro:
.string "I wandered into this weird house\n"
.string "by accident…$"
-Route110_TrickHousePuzzle1_Text_EddieDefeat: @ 826BAB0
+Route110_TrickHousePuzzle1_Text_EddieDefeat:
.string "And now I've lost…$"
-Route110_TrickHousePuzzle1_Text_EddiePostBattle: @ 826BAC3
+Route110_TrickHousePuzzle1_Text_EddiePostBattle:
.string "I lost my way, I lost a battle, and I'm\n"
.string "now even more lost… I can't get out…$"
-Route110_TrickHousePuzzle1_Text_RobinIntro: @ 826BB10
+Route110_TrickHousePuzzle1_Text_RobinIntro:
.string "Just who is the TRICK MASTER?$"
-Route110_TrickHousePuzzle1_Text_RobinDefeat: @ 826BB2E
+Route110_TrickHousePuzzle1_Text_RobinDefeat:
.string "I lost while I was lost in thought!$"
-Route110_TrickHousePuzzle1_Text_RobinPostBattle: @ 826BB52
+Route110_TrickHousePuzzle1_Text_RobinPostBattle:
.string "You're strong!\n"
.string "Just who are you?$"