mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
13 lines
367 B
C
13 lines
367 B
C
#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
|