summaryrefslogtreecommitdiff
path: root/data/maps/scripts/DesertUnderpass.inc
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2017-11-11 16:10:17 -0600
committerDiegoisawesome <diego@domoreaweso.me>2017-11-11 16:10:17 -0600
commitf497c1508bb285fb0a7065df2ca2168ec6fac14b (patch)
tree856eaaf0138d198a1f9f3d7d7466d3d522af7fcb /data/maps/scripts/DesertUnderpass.inc
parent2e40384fa22725de06a5293454b8962ab4de8f4d (diff)
Split files from event_scripts.s
Also move maps/scripts to scripts/maps
Diffstat (limited to 'data/maps/scripts/DesertUnderpass.inc')
-rw-r--r--data/maps/scripts/DesertUnderpass.inc36
1 files changed, 0 insertions, 36 deletions
diff --git a/data/maps/scripts/DesertUnderpass.inc b/data/maps/scripts/DesertUnderpass.inc
deleted file mode 100644
index 0db62ff75..000000000
--- a/data/maps/scripts/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_0x8DE
- 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.$"
-