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

18 lines
313 B
PHP

Route4_MapScripts::
.byte 0
Route4_EventScript_Unused::
end
Route4_EventScript_Woman::
msgbox Route4_Text_TrippedOverGeodude, MSGBOX_NPC
end
Route4_EventScript_MtMoonSign::
msgbox Route4_Text_MtMoonEntrance, MSGBOX_SIGN
end
Route4_EventScript_RouteSign::
msgbox Route4_Text_RouteSign, MSGBOX_SIGN
end