summaryrefslogtreecommitdiff
path: root/data/maps/DesertUnderpass/scripts.inc
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/DesertUnderpass/scripts.inc')
-rw-r--r--data/maps/DesertUnderpass/scripts.inc14
1 files changed, 7 insertions, 7 deletions
diff --git a/data/maps/DesertUnderpass/scripts.inc b/data/maps/DesertUnderpass/scripts.inc
index 7025a268b..518d98883 100644
--- a/data/maps/DesertUnderpass/scripts.inc
+++ b/data/maps/DesertUnderpass/scripts.inc
@@ -1,14 +1,14 @@
.set LOCALID_FOSSIL, 1
-DesertUnderpass_MapScripts:: @ 823AF37
+DesertUnderpass_MapScripts::
map_script MAP_SCRIPT_ON_TRANSITION, DesertUnderpass_OnTransition
.byte 0
-DesertUnderpass_OnTransition: @ 823AF3D
+DesertUnderpass_OnTransition:
setflag FLAG_LANDMARK_DESERT_UNDERPASS
end
-DesertUnderpass_EventScript_Fossil:: @ 823AF41
+DesertUnderpass_EventScript_Fossil::
lock
faceplayer
goto_if_set FLAG_CHOSE_ROOT_FOSSIL, DesertUnderpass_EventScript_GiveClawFossil
@@ -16,23 +16,23 @@ DesertUnderpass_EventScript_Fossil:: @ 823AF41
release
end
-DesertUnderpass_EventScript_GiveClawFossil:: @ 823AF57
+DesertUnderpass_EventScript_GiveClawFossil::
giveitem ITEM_CLAW_FOSSIL
removeobject LOCALID_FOSSIL
release
end
-DesertUnderpass_EventScript_GiveRootFossil:: @ 823AF68
+DesertUnderpass_EventScript_GiveRootFossil::
giveitem ITEM_ROOT_FOSSIL
removeobject LOCALID_FOSSIL
release
end
@ Unused
-DesertUnderpass_Text_FoundRootFossil:: @ 823AF79
+DesertUnderpass_Text_FoundRootFossil::
.string "{PLAYER} found the ROOT FOSSIL.$"
@ Unused
-DesertUnderpass_Text_FoundClawFossil:: @ 823AF93
+DesertUnderpass_Text_FoundClawFossil::
.string "{PLAYER} found the CLAW FOSSIL.$"