2017-11-11 23:10:17 +01:00
|
|
|
Route111_Text_2762C9: @ 82762C9
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "What's that?\n"
|
2017-11-11 23:10:17 +01:00
|
|
|
.string "What am I doing?\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "I'm thinking about making my own room\n"
|
2017-11-11 23:10:17 +01:00
|
|
|
.string "here using a POKéMON move.\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "I know! I'll give you this TM.\n"
|
2017-11-11 23:10:17 +01:00
|
|
|
.string "Will you use it to make your own room?$"
|
|
|
|
|
|
|
|
Route111_Text_27636E: @ 827636E
|
|
|
|
.string "Find a big tree that looks like it might\n"
|
|
|
|
.string "drop some vines.\p"
|
|
|
|
.string "Use SECRET POWER in front of the tree.\n"
|
|
|
|
.string "Some vines should get free and drop\l"
|
|
|
|
.string "down, so you can climb the tree.\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "You'll find a lot of space for putting\n"
|
2017-11-11 23:10:17 +01:00
|
|
|
.string "your favorite things.\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "It'll be your own secret room…\n"
|
2017-11-11 23:10:17 +01:00
|
|
|
.string "A SECRET BASE!\p"
|
|
|
|
.string "You should make one, too.\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "Another thing, you don't always have\n"
|
2017-11-11 23:10:17 +01:00
|
|
|
.string "to make your SECRET BASE in a tree.\p"
|
|
|
|
.string "Try using SECRET POWER on rock walls\n"
|
|
|
|
.string "that have small indents in them.\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "I'm going to look for other places, too.\n"
|
2017-11-11 23:10:17 +01:00
|
|
|
.string "Okay, bye!$"
|
|
|
|
|
|
|
|
Route111_Text_27655C: @ 827655C
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "Oh, you don't want this?\n"
|
2017-11-11 23:10:17 +01:00
|
|
|
.string "If you change your mind, tell me, okay?$"
|
|
|
|
|
|
|
|
Route111_Text_27659D: @ 827659D
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "Oh, you don't have any room for this.\p"
|
|
|
|
.string "I'll hold on to it, so come back for it\n"
|
2017-11-11 23:10:17 +01:00
|
|
|
.string "another time, okay?$"
|
|
|
|
|
|
|
|
Route111_EventScript_2765FF:: @ 82765FF
|
|
|
|
lock
|
|
|
|
faceplayer
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox Route111_Text_2762C9, MSGBOX_YESNO
|
2017-12-21 20:47:52 +01:00
|
|
|
compare VAR_RESULT, 1
|
2018-12-22 02:28:24 +01:00
|
|
|
goto_if_eq Route111_EventScript_27661E
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox Route111_Text_27655C, MSGBOX_DEFAULT
|
2017-11-11 23:10:17 +01:00
|
|
|
release
|
|
|
|
end
|
|
|
|
|
|
|
|
Route111_EventScript_27661E:: @ 827661E
|
|
|
|
giveitem_std ITEM_TM43
|
2017-12-21 20:47:52 +01:00
|
|
|
compare VAR_RESULT, 0
|
2018-12-22 02:28:24 +01:00
|
|
|
goto_if_eq Route111_EventScript_276680
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox Route111_Text_27636E, MSGBOX_DEFAULT
|
2017-11-11 23:10:17 +01:00
|
|
|
closemessage
|
2019-01-02 22:12:43 +01:00
|
|
|
setflag FLAG_RECEIVED_SECRET_POWER
|
2018-10-18 21:28:59 +02:00
|
|
|
clearflag FLAG_HIDE_SLATEPORT_CITY_TM_SALESMAN
|
2017-12-21 20:47:52 +01:00
|
|
|
compare VAR_FACING, 3
|
2018-12-22 03:32:45 +01:00
|
|
|
call_if_eq Route111_EventScript_27666A
|
2017-12-21 20:47:52 +01:00
|
|
|
compare VAR_FACING, 4
|
2018-12-22 03:32:45 +01:00
|
|
|
call_if_eq Route111_EventScript_27666A
|
2017-12-21 20:47:52 +01:00
|
|
|
compare VAR_FACING, 2
|
2018-12-22 03:32:45 +01:00
|
|
|
call_if_eq Route111_EventScript_276675
|
2017-11-11 23:10:17 +01:00
|
|
|
removeobject VAR_LAST_TALKED
|
|
|
|
release
|
|
|
|
end
|
|
|
|
|
|
|
|
Route111_EventScript_27666A:: @ 827666A
|
|
|
|
applymovement VAR_LAST_TALKED, Route111_Movement_27668A
|
|
|
|
waitmovement 0
|
|
|
|
return
|
|
|
|
|
|
|
|
Route111_EventScript_276675:: @ 8276675
|
|
|
|
applymovement VAR_LAST_TALKED, Route111_Movement_276696
|
|
|
|
waitmovement 0
|
|
|
|
return
|
|
|
|
|
|
|
|
Route111_EventScript_276680:: @ 8276680
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox Route111_Text_27659D, MSGBOX_DEFAULT
|
2017-11-11 23:10:17 +01:00
|
|
|
release
|
|
|
|
end
|
|
|
|
|
|
|
|
Route111_Movement_27668A: @ 827668A
|
2018-06-14 01:19:19 +02:00
|
|
|
walk_down
|
|
|
|
walk_down
|
|
|
|
walk_down
|
|
|
|
walk_down
|
|
|
|
walk_down
|
|
|
|
walk_left
|
|
|
|
walk_left
|
|
|
|
walk_left
|
|
|
|
walk_left
|
|
|
|
walk_down
|
|
|
|
walk_down
|
2017-11-11 23:10:17 +01:00
|
|
|
step_end
|
|
|
|
|
|
|
|
Route111_Movement_276696: @ 8276696
|
2018-06-14 01:19:19 +02:00
|
|
|
walk_left
|
|
|
|
walk_down
|
|
|
|
walk_down
|
|
|
|
walk_down
|
|
|
|
walk_down
|
|
|
|
walk_down
|
|
|
|
walk_left
|
|
|
|
walk_left
|
|
|
|
walk_left
|
|
|
|
walk_down
|
|
|
|
walk_down
|
2017-11-11 23:10:17 +01:00
|
|
|
step_end
|
|
|
|
|
2018-10-17 04:47:08 +02:00
|
|
|
EventScript_SecretPower1:: @ 82766A2
|
2017-11-11 23:10:17 +01:00
|
|
|
special sub_80EB290
|
|
|
|
end
|
|
|
|
|
2018-10-17 04:47:08 +02:00
|
|
|
EventScript_SecretPower2:: @ 82766A6
|
2017-11-11 23:10:17 +01:00
|
|
|
special sub_80EB2C8
|
|
|
|
end
|