pokeplatinum/include/constants/field/map_matrix.h
Kuruyia 00a7c5dd3d Move some map-related constant files to the field sub-directory
This moves the files holding constants for the BDHC, map matrix and map
prop subsystems to the `include/constants/field` directory.

Signed-off-by: Kuruyia <github@kuruyia.net>
2025-03-19 18:46:19 +01:00

11 lines
336 B
C

#ifndef POKEPLATINUM_CONSTANTS_FIELD_MAP_MATRIX_H
#define POKEPLATINUM_CONSTANTS_FIELD_MAP_MATRIX_H
#define MAP_MATRIX_MAX_WIDTH 30
#define MAP_MATRIX_MAX_HEIGHT 30
#define MAP_MATRIX_MAX_SIZE (MAP_MATRIX_MAX_WIDTH * MAP_MATRIX_MAX_HEIGHT)
#define MAP_MATRIX_MAX_NAME_LENGTH 16
#endif // POKEPLATINUM_CONSTANTS_FIELD_MAP_MATRIX_H