pokeemerald/data/maps/Route110_SeasideCyclingRoadNorthEntrance/scripts.inc
2018-06-20 19:54:21 -05:00

51 lines
1.5 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Route110_SeasideCyclingRoadNorthEntrance_MapScripts:: @ 826EA77
.byte 0
Route110_SeasideCyclingRoadNorthEntrance_EventScript_26EA78:: @ 826EA78
lock
faceplayer
msgbox Route110_SeasideCyclingRoadNorthEntrance_Text_26EAC1, 4
release
end
Route110_SeasideCyclingRoadNorthEntrance_EventScript_26EA84:: @ 826EA84
lockall
specialvar VAR_RESULT, GetPlayerAvatarBike
compare VAR_RESULT, 0
goto_eq Route110_SeasideCyclingRoadNorthEntrance_EventScript_26EA9F
setflag FLAG_SYS_CYCLING_ROAD
setvar VAR_TEMP_1, 1
releaseall
end
Route110_SeasideCyclingRoadNorthEntrance_EventScript_26EA9F:: @ 826EA9F
msgbox Route110_SeasideCyclingRoadNorthEntrance_Text_26EB48, 4
closemessage
applymovement 255, Route110_SeasideCyclingRoadNorthEntrance_Movement_26EAB4
waitmovement 0
releaseall
end
Route110_SeasideCyclingRoadNorthEntrance_Movement_26EAB4: @ 826EAB4
walk_left
step_end
Route110_SeasideCyclingRoadNorthEntrance_EventScript_26EAB6:: @ 826EAB6
lockall
clearflag FLAG_SYS_CYCLING_ROAD
setvar VAR_TEMP_1, 0
releaseall
end
Route110_SeasideCyclingRoadNorthEntrance_Text_26EAC1: @ 826EAC1
.string "On CYCLING ROAD, you can go all out\n"
.string "and cycle as fast as youd like.\p"
.string "It feels great to go that fast, but try\n"
.string "not to crash into anyone!$"
Route110_SeasideCyclingRoadNorthEntrance_Text_26EB48: @ 826EB48
.string "Sorry, you cant walk on CYCLING\n"
.string "ROAD. Its too dangerous.\p"
.string "Please come back with a BIKE.$"