summaryrefslogtreecommitdiff
path: root/gfx/tileset_palette_maps.asm
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/tileset_palette_maps.asm')
-rw-r--r--gfx/tileset_palette_maps.asm5
1 files changed, 4 insertions, 1 deletions
diff --git a/gfx/tileset_palette_maps.asm b/gfx/tileset_palette_maps.asm
index 58799237..c0a72820 100644
--- a/gfx/tileset_palette_maps.asm
+++ b/gfx/tileset_palette_maps.asm
@@ -95,4 +95,7 @@ TilesetForestPalMap:
INCLUDE "gfx/tilesets/forest_palette_map.asm"
MapGroupPalettes:
- ds NUM_MAP_GROUPS, PAL_BG_ROOF
+; entries correspond to GROUP_* constants
+rept NUM_MAP_GROUPS
+ db PAL_BG_ROOF
+endr