summaryrefslogtreecommitdiff
path: root/data/scripts/maps/DesertUnderpass.inc
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-06-30 14:43:41 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2018-06-30 14:43:41 +0200
commit15fe5a031b94b2f9b5686da6ba39a67e92cad31a (patch)
tree18658511c9b9cdc73bbcbea5a0be8bdd7407abb5 /data/scripts/maps/DesertUnderpass.inc
parent5434db2fc6f4e7ebd8cb6bc76115d5c3b6b5807e (diff)
parent91ee3221b3a4885d155ad2cca16b7678062ad18a (diff)
Merge branch 'master' into decompile_battle_tent
Diffstat (limited to 'data/scripts/maps/DesertUnderpass.inc')
-rw-r--r--data/scripts/maps/DesertUnderpass.inc36
1 files changed, 0 insertions, 36 deletions
diff --git a/data/scripts/maps/DesertUnderpass.inc b/data/scripts/maps/DesertUnderpass.inc
deleted file mode 100644
index 486bd2577..000000000
--- a/data/scripts/maps/DesertUnderpass.inc
+++ /dev/null
@@ -1,36 +0,0 @@
-DesertUnderpass_MapScripts:: @ 823AF37
- map_script 3, DesertUnderpass_MapScript1_23AF3D
- .byte 0
-
-DesertUnderpass_MapScript1_23AF3D: @ 823AF3D
- setflag FLAG_LANDMARK_DESERT_UNDERPASS
- end
-
-DesertUnderpass_EventScript_23AF41:: @ 823AF41
- lock
- faceplayer
- checkflag FLAG_0x14F
- goto_eq DesertUnderpass_EventScript_23AF57
- checkflag FLAG_0x150
- goto_eq DesertUnderpass_EventScript_23AF68
- release
- end
-
-DesertUnderpass_EventScript_23AF57:: @ 823AF57
- giveitem_std ITEM_CLAW_FOSSIL
- removeobject 1
- release
- end
-
-DesertUnderpass_EventScript_23AF68:: @ 823AF68
- giveitem_std ITEM_ROOT_FOSSIL
- removeobject 1
- release
- end
-
-DesertUnderpass_Text_23AF79:: @ 823AF79
- .string "{PLAYER} found the ROOT FOSSIL.$"
-
-DesertUnderpass_Text_23AF93:: @ 823AF93
- .string "{PLAYER} found the CLAW FOSSIL.$"
-