Fix spritesheet rules for rayquaza sprite in cutscene (#7985)

This commit is contained in:
FosterProgramming 2025-10-20 15:56:55 +02:00 committed by GitHub
parent 24c595bfec
commit ac321bf581
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -405,7 +405,7 @@ $(RAYQUAZAGFXDIR)/scene_2/bg.4bpp: %.4bpp: %.png
$(GFX) $< $@ -num_tiles 313 -Wnum_tiles
$(RAYQUAZAGFXDIR)/scene_3/rayquaza.4bpp: %.4bpp: %.png
$(GFX) $< $@ -num_tiles 124 -Wnum_tiles
$(GFX) $< $@ -num_tiles 128 -Wnum_tiles
$(RAYQUAZAGFXDIR)/scene_4/streaks.4bpp: %.4bpp: %.png
$(GFX) $< $@ -num_tiles 19 -Wnum_tiles