summaryrefslogtreecommitdiff
path: root/data/maps/DesertUnderpass
diff options
context:
space:
mode:
authorFontbane <fontbane@gmail.com>2019-04-04 19:28:37 -0400
committerhuderlem <huderlem@gmail.com>2019-04-04 19:34:35 -0500
commit9e74409bb2032e25d431dda116462759e5b51fe0 (patch)
treeddec37d138b0c3281a32b7dca27754a7ae2966a9 /data/maps/DesertUnderpass
parent8b88ef3e01ea2e574b8326fd46dfc1fc5af575e0 (diff)
Fix labels, label more scripts
Diffstat (limited to 'data/maps/DesertUnderpass')
-rw-r--r--data/maps/DesertUnderpass/scripts.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/DesertUnderpass/scripts.inc b/data/maps/DesertUnderpass/scripts.inc
index 1b8324d8a..8e89075e5 100644
--- a/data/maps/DesertUnderpass/scripts.inc
+++ b/data/maps/DesertUnderpass/scripts.inc
@@ -1,8 +1,8 @@
DesertUnderpass_MapScripts:: @ 823AF37
- map_script MAP_SCRIPT_ON_TRANSITION, DesertUnderpass_MapScript1_SetLandmark
+ map_script MAP_SCRIPT_ON_TRANSITION, DesertUnderpass_OnTransition
.byte 0
-DesertUnderpass_MapScript1_SetLandmark: @ 823AF3D
+DesertUnderpass_OnTransition: @ 823AF3D
setflag FLAG_LANDMARK_DESERT_UNDERPASS
end