summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/maps/roofs.asm10
-rw-r--r--gfx/tilesets/roofs/azalea.png (renamed from gfx/tilesets/roofs/2.png)bin143 -> 143 bytes
-rw-r--r--gfx/tilesets/roofs/goldenrod.png (renamed from gfx/tilesets/roofs/4.png)bin112 -> 112 bytes
-rw-r--r--gfx/tilesets/roofs/new_bark.png (renamed from gfx/tilesets/roofs/0.png)bin102 -> 102 bytes
-rw-r--r--gfx/tilesets/roofs/olivine.png (renamed from gfx/tilesets/roofs/3.png)bin97 -> 97 bytes
-rw-r--r--gfx/tilesets/roofs/violet.png (renamed from gfx/tilesets/roofs/1.png)bin103 -> 103 bytes
6 files changed, 5 insertions, 5 deletions
diff --git a/data/maps/roofs.asm b/data/maps/roofs.asm
index 0a27e97ca..ac1ea5569 100644
--- a/data/maps/roofs.asm
+++ b/data/maps/roofs.asm
@@ -39,8 +39,8 @@ MapGroupRoofs:
Roofs:
; entries correspond to ROOF_* constants
-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"
+INCBIN "gfx/tilesets/roofs/new_bark.2bpp"
+INCBIN "gfx/tilesets/roofs/violet.2bpp"
+INCBIN "gfx/tilesets/roofs/azalea.2bpp"
+INCBIN "gfx/tilesets/roofs/olivine.2bpp"
+INCBIN "gfx/tilesets/roofs/goldenrod.2bpp"
diff --git a/gfx/tilesets/roofs/2.png b/gfx/tilesets/roofs/azalea.png
index b97b8787e..b97b8787e 100644
--- a/gfx/tilesets/roofs/2.png
+++ b/gfx/tilesets/roofs/azalea.png
Binary files differ
diff --git a/gfx/tilesets/roofs/4.png b/gfx/tilesets/roofs/goldenrod.png
index 25bf71048..25bf71048 100644
--- a/gfx/tilesets/roofs/4.png
+++ b/gfx/tilesets/roofs/goldenrod.png
Binary files differ
diff --git a/gfx/tilesets/roofs/0.png b/gfx/tilesets/roofs/new_bark.png
index 1aa48fb87..1aa48fb87 100644
--- a/gfx/tilesets/roofs/0.png
+++ b/gfx/tilesets/roofs/new_bark.png
Binary files differ
diff --git a/gfx/tilesets/roofs/3.png b/gfx/tilesets/roofs/olivine.png
index 14bc411aa..14bc411aa 100644
--- a/gfx/tilesets/roofs/3.png
+++ b/gfx/tilesets/roofs/olivine.png
Binary files differ
diff --git a/gfx/tilesets/roofs/1.png b/gfx/tilesets/roofs/violet.png
index 1d68754f9..1d68754f9 100644
--- a/gfx/tilesets/roofs/1.png
+++ b/gfx/tilesets/roofs/violet.png
Binary files differ