mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-09 12:35:23 -05:00
27 lines
604 B
PHP
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
|