mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 03:57:38 +01:00
51 lines
1.6 KiB
PHP
51 lines
1.6 KiB
PHP
Route110_SeasideCyclingRoadNorthEntrance_MapScripts:: @ 826EA77
|
|
.byte 0
|
|
|
|
Route110_SeasideCyclingRoadNorthEntrance_EventScript_Clerk:: @ 826EA78
|
|
lock
|
|
faceplayer
|
|
msgbox Route110_SeasideCyclingRoadNorthEntrance_Text_GoAllOutOnCyclingRoad, MSGBOX_DEFAULT
|
|
release
|
|
end
|
|
|
|
Route110_SeasideCyclingRoadNorthEntrance_EventScript_BikeCheck:: @ 826EA84
|
|
lockall
|
|
specialvar VAR_RESULT, GetPlayerAvatarBike
|
|
compare VAR_RESULT, 0
|
|
goto_if_eq Route110_SeasideCyclingRoadNorthEntrance_EventScript_NoBike
|
|
setflag FLAG_SYS_CYCLING_ROAD
|
|
setvar VAR_TEMP_1, 1
|
|
releaseall
|
|
end
|
|
|
|
Route110_SeasideCyclingRoadNorthEntrance_EventScript_NoBike:: @ 826EA9F
|
|
msgbox Route110_SeasideCyclingRoadNorthEntrance_Text_TooDangerousToWalk, MSGBOX_DEFAULT
|
|
closemessage
|
|
applymovement OBJ_EVENT_ID_PLAYER, Route110_SeasideCyclingRoadNorthEntrance_Movement_PushPlayerBackFromCounter
|
|
waitmovement 0
|
|
releaseall
|
|
end
|
|
|
|
Route110_SeasideCyclingRoadNorthEntrance_Movement_PushPlayerBackFromCounter: @ 826EAB4
|
|
walk_left
|
|
step_end
|
|
|
|
Route110_SeasideCyclingRoadNorthEntrance_EventScript_ClearCyclingRoad:: @ 826EAB6
|
|
lockall
|
|
clearflag FLAG_SYS_CYCLING_ROAD
|
|
setvar VAR_TEMP_1, 0
|
|
releaseall
|
|
end
|
|
|
|
Route110_SeasideCyclingRoadNorthEntrance_Text_GoAllOutOnCyclingRoad: @ 826EAC1
|
|
.string "On CYCLING ROAD, you can go all out\n"
|
|
.string "and cycle as fast as you'd like.\p"
|
|
.string "It feels great to go that fast, but try\n"
|
|
.string "not to crash into anyone!$"
|
|
|
|
Route110_SeasideCyclingRoadNorthEntrance_Text_TooDangerousToWalk: @ 826EB48
|
|
.string "Sorry, you can't walk on CYCLING\n"
|
|
.string "ROAD. It's too dangerous.\p"
|
|
.string "Please come back with a BIKE.$"
|
|
|