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

18 lines
355 B
PHP

Route10_MapScripts::
.byte 0
Route10_EventScript_Unused::
end
Route10_EventScript_NorthRockTunnelSign::
msgbox Route10_Text_RockTunnelDetourToLavender, MSGBOX_SIGN
end
Route10_EventScript_SouthRockTunnelSign::
msgbox Route10_Text_RockTunnel, MSGBOX_SIGN
end
Route10_EventScript_PowerPlantSign::
msgbox Route10_Text_PowerPlant, MSGBOX_SIGN
end