Source file part of map script renaming
This commit is contained in:
12
include/constants/map_scripts.h
Normal file
12
include/constants/map_scripts.h
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user