summaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2018-01-17 00:00:43 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2018-01-17 00:00:43 -0500
commite2ac753da178063877a06f1cd577888a5337d6e8 (patch)
tree7c8a5e5a3f7704f66a35b8c7f614b2ed0615416e /constants
parent3dcc0066a5814b8c24e167fd59d2dfcd5413c9c5 (diff)
No redundant filename prefixes
Diffstat (limited to 'constants')
-rw-r--r--constants/map_constants.asm4
-rw-r--r--constants/map_data_constants.asm4
2 files changed, 4 insertions, 4 deletions
diff --git a/constants/map_constants.asm b/constants/map_constants.asm
index 6c7fac3b1..7e8eded91 100644
--- a/constants/map_constants.asm
+++ b/constants/map_constants.asm
@@ -15,11 +15,11 @@ ENDM
; map group ids
; `newgroup` indexes are for:
-; - MapGroupPointers (see data/maps/map_defs.asm)
+; - MapGroupPointers (see data/maps/definitions.asm)
; - MapGroupRoofs (see data/maps/roofs.asm)
; - OutdoorSprites (see data/maps/outdoor_sprites.asm)
; - RoofPals (see gfx/tilesets/roofs.pal)
-; `mapgroup` indexes are for the sub-tables of MapGroupPointers (see data/maps/map_defs.asm)
+; `mapgroup` indexes are for the sub-tables of MapGroupPointers (see data/maps/definitions.asm)
const_def
newgroup ; 1
diff --git a/constants/map_data_constants.asm b/constants/map_data_constants.asm
index b25dea04d..f58e8ec3a 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 data/maps/map_defs.asm)
+; map header struct members (see data/maps/definitions.asm)
const_def
const MAPDEF_MAPDATA_BANK ; 0
const MAPDEF_TILESET ; 1
@@ -52,7 +52,7 @@ const_value set 1
const FISHGROUP_QWILFISH_NO_SWARM
-; connection directions (see data/maps/map_data.asm)
+; connection directions (see data/maps/data.asm)
const_def
const EAST_F
const WEST_F