mirror of
https://github.com/pret/pokefirered.git
synced 2026-03-23 10:15:28 -05:00
13 lines
443 B
C
13 lines
443 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 // Unused
|
|
#define MAP_SCRIPT_ON_RETURN_TO_FIELD 7
|
|
|
|
#endif // GUARD_CONSTANTS_MAP_SCRIPTS_H
|