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 /data | |
parent | 7c0553b2d25b8e76615afd83e2d6a65d4df9c4fd (diff) |
Cry headers and map headers were eliminated
Diffstat (limited to 'data')
-rw-r--r-- | data/maps/definitions.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/maps/definitions.asm b/data/maps/definitions.asm index ccc723177..e9afbf31c 100644 --- a/data/maps/definitions.asm +++ b/data/maps/definitions.asm @@ -15,7 +15,7 @@ map_def: MACRO ENDM MapGroupPointers:: -; pointers to the first map header of each map group +; pointers to the first map_def of each map group dw MapGroup_Olivine ; 1 dw MapGroup_Mahogany ; 2 dw MapGroup_Dungeons ; 3 |