diff options
Diffstat (limited to 'constants/map_data_constants.asm')
| -rw-r--r-- | constants/map_data_constants.asm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/constants/map_data_constants.asm b/constants/map_data_constants.asm index b28b3d79..32a56518 100644 --- a/constants/map_data_constants.asm +++ b/constants/map_data_constants.asm @@ -16,6 +16,15 @@ DEF MAP_BORDER EQU 3 shift_const SOUTH ; 4 shift_const NORTH ; 8 +; wWarpEntries +DEF MAX_WARP_EVENTS EQU 32 + +; wNumSigns +DEF MAX_BG_EVENTS EQU 16 + +; wMapSpriteData +DEF MAX_OBJECT_EVENTS EQU 16 + ; flower and water tile animations const_def const TILEANIM_NONE ; 0 |
