diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-04-23 18:28:07 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-04-23 18:28:07 -0400 |
commit | 21b8fb4fbd85796df30c7211b98a2c557c35a69e (patch) | |
tree | 78017ae602731f7401c3adb8adc01d270f0ba3d6 /include/constants/map_scripts.h | |
parent | 214d9974979ded1b471a383dc2e9477141e90d15 (diff) |
Use map script constants
Diffstat (limited to 'include/constants/map_scripts.h')
-rw-r--r-- | include/constants/map_scripts.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/constants/map_scripts.h b/include/constants/map_scripts.h new file mode 100644 index 000000000..d096edb90 --- /dev/null +++ b/include/constants/map_scripts.h @@ -0,0 +1,11 @@ +#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 + +#endif // GUARD_CONSTANTS_MAP_SCRIPTS_H |