summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-06-11 09:00:35 +0800
committerjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-06-11 09:00:35 +0800
commit7a580b8d3e691a5a0655a5a8e33d34516eb7b089 (patch)
treeb0bcab98fbc88aa4e74e497145f6703b6efe1a19
parentd3c9abb7c668f548dc3aabb1df0bed2d87138b2d (diff)
more reasonable png width
-rw-r--r--graphics/teachy_tv/tiles.pngbin2098 -> 1761 bytes
-rw-r--r--graphics_file_rules.mk4
2 files changed, 4 insertions, 0 deletions
diff --git a/graphics/teachy_tv/tiles.png b/graphics/teachy_tv/tiles.png
index 01f076350..e867de82b 100644
--- a/graphics/teachy_tv/tiles.png
+++ b/graphics/teachy_tv/tiles.png
Binary files differ
diff --git a/graphics_file_rules.mk b/graphics_file_rules.mk
index 41b19433a..a1a00ad28 100644
--- a/graphics_file_rules.mk
+++ b/graphics_file_rules.mk
@@ -19,6 +19,7 @@ PSSGFXDIR := graphics/pokemon_storage
EVENTOBJGFXDIR := graphics/event_objects
MISCGFXDIR := graphics/misc
TEXTWINDOWGFXDIR := graphics/text_window
+TEACHYTVGFXDIR := graphics/teachy_tv
types := normal fight flying poison ground rock bug ghost steel mystery fire water grass electric psychic ice dragon dark
contest_types := cool beauty cute smart tough
@@ -474,3 +475,6 @@ $(MISCGFXDIR)/unk_846B008.4bpp: %.4bpp: %.png
$(TEXTWINDOWGFXDIR)/unk_8470B0C.4bpp: %.4bpp: %.png
$(GFX) $< $@ -num_tiles 19
+
+$(TEACHYTVGFXDIR)/tiles.4bpp: %.4bpp: %.png
+ $(GFX) $< $@ -num_tiles 233