mirror of https://github.com/pret/pokecrystal.git
move a palette map incbin into tilesets/palette_maps.asm
This commit is contained in:
parent
4a40c26f6c
commit
d9ad10771c
2
main.asm
2
main.asm
|
@ -46994,8 +46994,6 @@ Function4c03f: ; 4c03f
|
||||||
INCLUDE "tilesets/palette_maps.asm"
|
INCLUDE "tilesets/palette_maps.asm"
|
||||||
|
|
||||||
|
|
||||||
INCBIN "baserom.gbc",$4ce05,$4ce1f - $4ce05
|
|
||||||
|
|
||||||
TileCollisionTable: ; 4ce1f
|
TileCollisionTable: ; 4ce1f
|
||||||
; 00 land
|
; 00 land
|
||||||
; 01 water
|
; 01 water
|
||||||
|
|
|
@ -105,7 +105,7 @@ Tileset20PalMap: ; 0x4caf5
|
||||||
INCBIN "tilesets/20_palette_map.bin"
|
INCBIN "tilesets/20_palette_map.bin"
|
||||||
; 0x4cb65
|
; 0x4cb65
|
||||||
|
|
||||||
INCBIN "baserom.gbc", $4cb65, $4cbd5-$4cb65
|
INCBIN "baserom.gbc", $4cb65, $4cbd5 - $4cb65
|
||||||
|
|
||||||
Tileset29PalMap: ; 0x4cbd5
|
Tileset29PalMap: ; 0x4cbd5
|
||||||
INCBIN "tilesets/29_palette_map.bin"
|
INCBIN "tilesets/29_palette_map.bin"
|
||||||
|
@ -127,3 +127,5 @@ Tileset04PalMap: ; 0x4cd95
|
||||||
INCBIN "tilesets/04_palette_map.bin"
|
INCBIN "tilesets/04_palette_map.bin"
|
||||||
; 0x4ce05
|
; 0x4ce05
|
||||||
|
|
||||||
|
INCBIN "baserom.gbc", $4ce05, $4ce1f - $4ce05
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue