blob: 93694dc8a69ca70b469d63490d1596cd0ddab503 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Route10_MapScripts:: @ 8167FD9
.byte 0
Route10_EventScript_Unused:: @ 8167FDA
end
Route10_EventScript_NorthRockTunnelSign:: @ 8167FDB
msgbox Route10_Text_RockTunnelDetourToLavender, MSGBOX_SIGN
end
Route10_EventScript_SouthRockTunnelSign:: @ 8167FE4
msgbox Route10_Text_RockTunnel, MSGBOX_SIGN
end
Route10_EventScript_PowerPlantSign:: @ 8167FED
msgbox Route10_Text_PowerPlant, MSGBOX_SIGN
end
|