diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-23 11:17:21 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-23 11:17:21 -0500 |
commit | fdda670f406c9eb2b323d3b251c67f69f970a071 (patch) | |
tree | 996238bb0c2c314619dded1b85ec6daec1e05263 /constants/map_data_constants.asm | |
parent | 7c0553b2d25b8e76615afd83e2d6a65d4df9c4fd (diff) |
Cry headers and map headers were eliminated
Diffstat (limited to 'constants/map_data_constants.asm')
-rw-r--r-- | constants/map_data_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/map_data_constants.asm b/constants/map_data_constants.asm index d35966b28..11063bec0 100644 --- a/constants/map_data_constants.asm +++ b/constants/map_data_constants.asm @@ -4,7 +4,7 @@ GROUP_NONE EQU 0 MAP_NONE EQU 0 -; map header struct members (see data/maps/definitions.asm) +; map_def struct members (see data/maps/definitions.asm) const_def const MAPDEF_MAPDATA_BANK ; 0 const MAPDEF_TILESET ; 1 |