diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-05-19 13:39:42 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-05-19 13:39:42 -0400 |
commit | 11c9d97898f2ddaa4170271f38c200618eba6b7c (patch) | |
tree | 541a0b9f699baf5ba6569bb7b645b9e3ee99a8bd /graphics_file_rules.mk | |
parent | 12de501f36841eb22ea41fa1c3c98663a0aa210b (diff) |
gUnknown_8470B0C
Diffstat (limited to 'graphics_file_rules.mk')
-rw-r--r-- | graphics_file_rules.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics_file_rules.mk b/graphics_file_rules.mk index f0094f070..10695f05a 100644 --- a/graphics_file_rules.mk +++ b/graphics_file_rules.mk @@ -22,6 +22,7 @@ PKNAVOPTIONSGFXDIR := graphics/pokenav/options PSSGFXDIR := graphics/pokemon_storage EVENTOBJGFXDIR := graphics/event_objects MISCGFXDIR := graphics/misc +TEXTWINDOWGFXDIR := graphics/text_window 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 @@ -476,3 +477,6 @@ data/seagallop/water.4bpp: %.4bpp: %.png $(MISCGFXDIR)/unk_846B008.4bpp: %.4bpp: %.png $(GFX) $< $@ -mwidth 4 -mheight 4 + +$(TEXTWINDOWGFXDIR)/unk_8470B0C.4bpp: %.4bpp: %.png + $(GFX) $< $@ -num_tiles 19 |