Rearrange press_start.png

This commit is contained in:
Martin Griffin 2026-04-06 10:37:27 +01:00
parent 30185ea16b
commit b00a22eb4f
2 changed files with 3 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 473 B

After

Width:  |  Height:  |  Size: 524 B

View File

@ -306,6 +306,9 @@ $(TITLESCREENGFXDIR)/pokemon_logo.gbapal: %.gbapal: %.pal
$(TITLESCREENGFXDIR)/emerald_version.8bpp: %.8bpp: %.png
$(GFX) $< $@ -mwidth 8 -mheight 4
$(TITLESCREENGFXDIR)/press_start.4bpp: %.4bpp: %.png
$(GFX) $< $@ -mwidth 4 -mheight 1 -num_tiles 48 -Wnum_tiles
graphics/pokemon_jump/bg.4bpp: %.4bpp: %.png
$(GFX) $< $@ -num_tiles 63 -Wnum_tiles