summaryrefslogtreecommitdiff
path: root/include/constants/map_scripts.h
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-02-26 22:07:29 -0500
committerPhlosioneer <mattmdrr2@gmail.com>2019-02-26 22:07:29 -0500
commit3a44b090d15d5317028827778caa4d768761dd2e (patch)
treed0db5158c041178cdfcf9b82d3b444bb18e38737 /include/constants/map_scripts.h
parentaccea672f16cb74b0ec16e0e740cf9f67a651dfb (diff)
parent231355f84dccd11329d81d074fa36135cfad4f94 (diff)
Merge branch 'master' into multiplayer-stuff
Diffstat (limited to 'include/constants/map_scripts.h')
-rw-r--r--include/constants/map_scripts.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/constants/map_scripts.h b/include/constants/map_scripts.h
new file mode 100644
index 000000000..d5fd40156
--- /dev/null
+++ b/include/constants/map_scripts.h
@@ -0,0 +1,12 @@
+#ifndef GUARD_CONSTANTS_MAP_SCRIPTS_H
+#define GUARD_CONSTANTS_MAP_SCRIPTS_H
+
+#define MAP_SCRIPT_ON_LOAD 1
+#define MAP_SCRIPT_ON_FRAME_TABLE 2
+#define MAP_SCRIPT_ON_TRANSITION 3
+#define MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE 4
+#define MAP_SCRIPT_ON_RESUME 5
+#define MAP_SCRIPT_ON_DIVE_WARP 6
+#define MAP_SCRIPT_ON_RETURN_TO_FIELD 7
+
+#endif // GUARD_CONSTANTS_MAP_SCRIPTS_H \ No newline at end of file