ref: d9ad10771c74ee74e165f09a662bbc2dc8ae5032
parent: 4a40c26f6ccc7f7c9c6f676b0f759ccd62ebd05a
author: yenatch <[email protected]>
date: Fri Dec 20 19:56:04 EST 2013
move a palette map incbin into tilesets/palette_maps.asm
--- a/main.asm
+++ b/main.asm
@@ -46994,8 +46994,6 @@
INCLUDE "tilesets/palette_maps.asm"
-INCBIN "baserom.gbc",$4ce05,$4ce1f - $4ce05
-
TileCollisionTable: ; 4ce1f
; 00 land
; 01 water
--- a/tilesets/palette_maps.asm
+++ b/tilesets/palette_maps.asm
@@ -105,7 +105,7 @@
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"
@@ -126,4 +126,6 @@
Tileset04PalMap: ; 0x4cd95
INCBIN "tilesets/04_palette_map.bin"
; 0x4ce05
+
+INCBIN "baserom.gbc", $4ce05, $4ce1f - $4ce05