summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-01-23 11:17:21 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2018-01-23 11:17:21 -0500
commitfdda670f406c9eb2b323d3b251c67f69f970a071 (patch)
tree996238bb0c2c314619dded1b85ec6daec1e05263 /data
parent7c0553b2d25b8e76615afd83e2d6a65d4df9c4fd (diff)
Cry headers and map headers were eliminated
Diffstat (limited to 'data')
-rw-r--r--data/maps/definitions.asm2
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