diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-16 19:56:21 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-16 19:56:21 -0500 |
commit | 94bbfe2f0c97f653db21db3bb68fcc3263340e4e (patch) | |
tree | 0b5ecabecbab449619127e5c12503479e2419299 /constants/map_data_constants.asm | |
parent | 01ba6bed889be703dbeaf8fa9be56f1b782606a1 (diff) |
Move map-related "metadata" files into data/maps/
Diffstat (limited to 'constants/map_data_constants.asm')
-rw-r--r-- | constants/map_data_constants.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/map_data_constants.asm b/constants/map_data_constants.asm index 223220db9..179659865 100644 --- a/constants/map_data_constants.asm +++ b/constants/map_data_constants.asm @@ -3,7 +3,7 @@ MAP_N_A EQU -1 GROUP_NONE EQU 0 MAP_NONE EQU 0 -; map header struct members (see maps/map_headers.asm) +; map header struct members (see data/maps/map_headers.asm) const_def const MAPHEADER_MAPHEADER2_BANK ; 0 const MAPHEADER_TILESET ; 1 @@ -52,7 +52,7 @@ const_value set 1 const FISHGROUP_QWILFISH_NO_SWARM -; connection directions +; connection directions (see data/maps/map_headers_2.asm) const_def const EAST_F const WEST_F |