From da689fa7d6f76f61aa946de93dc8f624f57cd203 Mon Sep 17 00:00:00 2001
From: yenatch <yenatch@gmail.com>
Date: Fri, 11 Oct 2013 01:43:15 -0400
Subject: [PATCH] roof graphics

---
 gfx/tilesets/roofs/0.2bpp | Bin 0 -> 144 bytes
 gfx/tilesets/roofs/1.2bpp | Bin 0 -> 144 bytes
 gfx/tilesets/roofs/2.2bpp | Bin 0 -> 144 bytes
 gfx/tilesets/roofs/3.2bpp | Bin 0 -> 144 bytes
 gfx/tilesets/roofs/4.2bpp | Bin 0 -> 144 bytes
 main.asm                  |   6 +++++-
 6 files changed, 5 insertions(+), 1 deletion(-)
 create mode 100644 gfx/tilesets/roofs/0.2bpp
 create mode 100644 gfx/tilesets/roofs/1.2bpp
 create mode 100644 gfx/tilesets/roofs/2.2bpp
 create mode 100644 gfx/tilesets/roofs/3.2bpp
 create mode 100644 gfx/tilesets/roofs/4.2bpp

diff --git a/gfx/tilesets/roofs/0.2bpp b/gfx/tilesets/roofs/0.2bpp
new file mode 100644
index 0000000000000000000000000000000000000000..51650e2e10f2351686055b0df1477ce048c6e805
GIT binary patch
literal 144
zcmcb6=q?yOxc~qEf&Ksg-&KM@hX4QngYa#22xJDbng0Uiq3Yo@R6R@|Og)UQuRm}A
Xt`?{lXet9tEr|a2kDVE&7DNL8i2_>n

literal 0
HcmV?d00001

diff --git a/gfx/tilesets/roofs/1.2bpp b/gfx/tilesets/roofs/1.2bpp
new file mode 100644
index 0000000000000000000000000000000000000000..eea01d2f2f1781cf90b65115ac6c046c085b97fe
GIT binary patch
literal 144
zcmYL?K@I>w1OthO^D{5Q60)7Sv`K}Vf2|sV)HMWhcdR#Iy$S10sy5u2_X`^CtSFO*
GT0<U#AWjbe

literal 0
HcmV?d00001

diff --git a/gfx/tilesets/roofs/2.2bpp b/gfx/tilesets/roofs/2.2bpp
new file mode 100644
index 0000000000000000000000000000000000000000..67db7f991aa76d3888ba6c5cb58b72af2a5a3ad7
GIT binary patch
literal 144
zcmZ2Eed_9+?OVI|?mzs$;s5{tn$tyBTeh2a+XDFvXnaN>e`h;H{mSWkn|HTv?Y3-(
tsMnls+YHi&&If8~X!yV9|Np}foj^VV!~dH9`+=%KI)Qvf#{ac&J^*z;QDFc8

literal 0
HcmV?d00001

diff --git a/gfx/tilesets/roofs/3.2bpp b/gfx/tilesets/roofs/3.2bpp
new file mode 100644
index 0000000000000000000000000000000000000000..1d88fac5badd4e3ca2f52c585ddc4a6b8f3e5c30
GIT binary patch
literal 144
zcmZXNK?(ps2m<rv`SRSlNU_Xmz(G=mk|JcH9gsmgy`GL|KeG2DnY;KOs&)ZAf%Z^S

literal 0
HcmV?d00001

diff --git a/gfx/tilesets/roofs/4.2bpp b/gfx/tilesets/roofs/4.2bpp
new file mode 100644
index 0000000000000000000000000000000000000000..87590db995d8c89db4a5d4657f9c440431196c0b
GIT binary patch
literal 144
zcmbQ=Fu!3!Kac=|{|*2D|7ZBm07O6nO#Oc-`B0MaClCU`f5!j+=L3}@Ly%Hr2vUy>
W>+2g()kBSk>G}7Mk?|uZLI(it1xY6W

literal 0
HcmV?d00001

diff --git a/main.asm b/main.asm
index c42a7a66d..ce33f508a 100644
--- a/main.asm
+++ b/main.asm
@@ -27928,7 +27928,11 @@ MapGroupRoofs: ; 1c021i
 ; 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"