diff options
author | Garak <thomastaps194@comcast.net> | 2018-07-04 11:11:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-04 11:11:45 -0400 |
commit | e06b63efc9ea39875b17f00e5ff20c2e0fcb0415 (patch) | |
tree | e8d37347ae000823943ef57973dc34dd98633b40 /data/scripts/maps/DesertUnderpass.inc | |
parent | 9acd55ae4f9e455a92765aaee5929240097f9f8f (diff) | |
parent | efebc51972b23ddffa2700b1dd6895d4728646a3 (diff) |
Merge pull request #1 from pret/master
synching with source repo
Diffstat (limited to 'data/scripts/maps/DesertUnderpass.inc')
-rw-r--r-- | data/scripts/maps/DesertUnderpass.inc | 36 |
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.$" - |