pokefirered/data/maps/Route17/scripts.inc
2022-06-24 21:10:48 -04:00

27 lines
604 B
PHP

Route17_MapScripts::
.byte 0
Route17_EventScript_ItemsNotice::
msgbox Route17_Text_WatchOutForDiscardedItems, MSGBOX_SIGN
end
Route17_EventScript_TrainerTips1::
msgbox Route17_Text_SameSpeciesGrowDifferentRates, MSGBOX_SIGN
end
Route17_EventScript_TrainerTips2::
msgbox Route17_Text_PressBToStayInPlace, MSGBOX_SIGN
end
Route17_EventScript_RouteSign::
msgbox Route17_Text_RouteSign, MSGBOX_SIGN
end
Route17_EventScript_BallsNotice::
msgbox Route17_Text_DontThrowGameThrowBalls, MSGBOX_SIGN
end
Route17_EventScript_CyclingRoadSign::
msgbox Route17_Text_CyclingRoadSign, MSGBOX_SIGN
end