diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-06-14 12:50:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-14 12:50:57 -0400 |
commit | 308bf88e6078a243c3172f8f5312de6dd5f28a7b (patch) | |
tree | 68f06b5917facd553e4260b64684e60b133671d7 /graphics_file_rules.mk | |
parent | 117c3fb8cc0f476cc3408afdb316f3ece41a1fe4 (diff) | |
parent | cac04f6033d63dd645e4d54da458ad32ea32efa6 (diff) |
Merge pull request #68 from pret/ss_anne
Ss anne
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 a1a00ad28..64d9d5c34 100644 --- a/graphics_file_rules.mk +++ b/graphics_file_rules.mk @@ -20,6 +20,7 @@ EVENTOBJGFXDIR := graphics/event_objects MISCGFXDIR := graphics/misc TEXTWINDOWGFXDIR := graphics/text_window TEACHYTVGFXDIR := graphics/teachy_tv +SSANNEGFXDIR := graphics/ss_anne 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 @@ -478,3 +479,6 @@ $(TEXTWINDOWGFXDIR)/unk_8470B0C.4bpp: %.4bpp: %.png $(TEACHYTVGFXDIR)/tiles.4bpp: %.4bpp: %.png $(GFX) $< $@ -num_tiles 233 + +$(SSANNEGFXDIR)/unk_8479A38.4bpp: %.4bpp: %.png + $(GFX) $< $@ -num_tiles 17 |