diff options
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 |