summaryrefslogtreecommitdiff
path: root/tilesets/palette_maps.asm
diff options
context:
space:
mode:
Diffstat (limited to 'tilesets/palette_maps.asm')
-rw-r--r--tilesets/palette_maps.asm4
1 files changed, 3 insertions, 1 deletions
diff --git a/tilesets/palette_maps.asm b/tilesets/palette_maps.asm
index a7ef63c43..9f2f76676 100644
--- a/tilesets/palette_maps.asm
+++ b/tilesets/palette_maps.asm
@@ -105,7 +105,7 @@ Tileset20PalMap: ; 0x4caf5
INCBIN "tilesets/20_palette_map.bin"
; 0x4cb65
-INCBIN "baserom.gbc", $4cb65, $4cbd5-$4cb65
+INCBIN "baserom.gbc", $4cb65, $4cbd5 - $4cb65
Tileset29PalMap: ; 0x4cbd5
INCBIN "tilesets/29_palette_map.bin"
@@ -127,3 +127,5 @@ Tileset04PalMap: ; 0x4cd95
INCBIN "tilesets/04_palette_map.bin"
; 0x4ce05
+INCBIN "baserom.gbc", $4ce05, $4ce1f - $4ce05
+