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