mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Add Wnum_tiles to additional num_tiles rules
This commit is contained in:
parent
5e593a62fb
commit
cce9918908
@ -713,10 +713,10 @@ $(STARTERGFXDIR)/birch_help.4bpp: $(STARTERGFXDIR)/birch_bag.4bpp $(STARTERGFXDI
|
|||||||
@cat $^ >$@
|
@cat $^ >$@
|
||||||
|
|
||||||
$(NAMINGGFXDIR)/cursor.4bpp: %.4bpp: %.png
|
$(NAMINGGFXDIR)/cursor.4bpp: %.4bpp: %.png
|
||||||
$(GFX) $< $@ -num_tiles 5
|
$(GFX) $< $@ -num_tiles 5 -Wnum_tiles
|
||||||
|
|
||||||
$(NAMINGGFXDIR)/cursor_squished.4bpp: %.4bpp: %.png
|
$(NAMINGGFXDIR)/cursor_squished.4bpp: %.4bpp: %.png
|
||||||
$(GFX) $< $@ -num_tiles 5
|
$(GFX) $< $@ -num_tiles 5 -Wnum_tiles
|
||||||
|
|
||||||
$(NAMINGGFXDIR)/cursor_filled.4bpp: %.4bpp: %.png
|
$(NAMINGGFXDIR)/cursor_filled.4bpp: %.4bpp: %.png
|
||||||
$(GFX) $< $@ -num_tiles 5
|
$(GFX) $< $@ -num_tiles 5 -Wnum_tiles
|
||||||
|
Loading…
Reference in New Issue
Block a user