shithub: pokecrystal

Download patch

ref: 933634d913da01c2c0ef8e582df61128646bfe77
parent: 9d02e1063f6c80e12f97f6ee61cfbb628e7b7fcb
parent: da689fa7d6f76f61aa946de93dc8f624f57cd203
author: yenatch <[email protected]>
date: Fri Oct 25 13:45:25 EDT 2013

Merge commit 'da689fa7' into merge-mrwint

binary files /dev/null b/gfx/tilesets/roofs/0.2bpp differ
binary files /dev/null b/gfx/tilesets/roofs/1.2bpp differ
binary files /dev/null b/gfx/tilesets/roofs/2.2bpp differ
binary files /dev/null b/gfx/tilesets/roofs/3.2bpp differ
binary files /dev/null b/gfx/tilesets/roofs/4.2bpp differ
--- a/main.asm
+++ b/main.asm
@@ -31187,7 +31187,11 @@
 ; 1c03c
 
 Roofs: ; 1c03c
-INCBIN "baserom.gbc", $1c03c, $1c30c - $1c03c
+INCBIN "gfx/tilesets/roofs/0.2bpp"
+INCBIN "gfx/tilesets/roofs/1.2bpp"
+INCBIN "gfx/tilesets/roofs/2.2bpp"
+INCBIN "gfx/tilesets/roofs/3.2bpp"
+INCBIN "gfx/tilesets/roofs/4.2bpp"
 ; 1c30c
 
 INCLUDE "tilesets/data_2.asm"