diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-08 18:09:24 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-08 18:09:24 -0500 |
commit | 31d31d326034fde26dedaf2dadb1c608e00fb92f (patch) | |
tree | be13ed87df14390256c9a3e582fb11adbe4090b8 /include/constants/map_scripts.h | |
parent | 26f7ba482384ad4f63063797a527b7fb33572aa1 (diff) |
Sync compare macros, some event_scripts.s doc, begin map_scripts constants
Diffstat (limited to 'include/constants/map_scripts.h')
-rw-r--r-- | include/constants/map_scripts.h | 12 |
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..2ef3d2544 --- /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 |