8 lines
261 B
ObjectPascal
8 lines
261 B
ObjectPascal
UndergroundPath_NorthSouthTunnel_MapScripts::
|
|
map_script MAP_SCRIPT_ON_TRANSITION, UndergroundPath_NorthSouthTunnel_OnTransition
|
|
.byte 0
|
|
|
|
UndergroundPath_NorthSouthTunnel_OnTransition::
|
|
setworldmapflag FLAG_WORLD_MAP_UNDERGROUND_PATH_NORTH_SOUTH_TUNNEL
|
|
end
|