summaryrefslogtreecommitdiff
path: root/data/scripts/maps/FieryPath.inc
diff options
context:
space:
mode:
authorGarak <thomastaps194@comcast.net>2018-07-04 11:11:45 -0400
committerGitHub <noreply@github.com>2018-07-04 11:11:45 -0400
commite06b63efc9ea39875b17f00e5ff20c2e0fcb0415 (patch)
treee8d37347ae000823943ef57973dc34dd98633b40 /data/scripts/maps/FieryPath.inc
parent9acd55ae4f9e455a92765aaee5929240097f9f8f (diff)
parentefebc51972b23ddffa2700b1dd6895d4728646a3 (diff)
Merge pull request #1 from pret/master
synching with source repo
Diffstat (limited to 'data/scripts/maps/FieryPath.inc')
-rw-r--r--data/scripts/maps/FieryPath.inc15
1 files changed, 0 insertions, 15 deletions
diff --git a/data/scripts/maps/FieryPath.inc b/data/scripts/maps/FieryPath.inc
deleted file mode 100644
index a040a5327..000000000
--- a/data/scripts/maps/FieryPath.inc
+++ /dev/null
@@ -1,15 +0,0 @@
-FieryPath_MapScripts:: @ 8230F24
- map_script 3, FieryPath_MapScript1_230F2A
- .byte 0
-
-FieryPath_MapScript1_230F2A: @ 8230F2A
- checkflag FLAG_LANDMARK_FIERY_PATH
- call_if 0, FieryPath_EventScript_230F37
- setflag FLAG_LANDMARK_FIERY_PATH
- end
-
-FieryPath_EventScript_230F37:: @ 8230F37
- setflag FLAG_0x2FE
- clearflag FLAG_0x2FF
- return
-