shithub: pokered

Download patch

ref: 7bcb4b19c77eee2b8d2c3e769d25e7e4d7d028a7
parent: cd71ae03af9e75235c8035821700dd6dc6b69616
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Thu Jul 16 15:56:52 EDT 2020

Un-deduplicate gfx/intro_credits/gengar.png's tiles

--- a/Makefile
+++ b/Makefile
@@ -122,6 +122,8 @@
 gfx/intro_credits/red_nidorino_1.2bpp: rgbgfx += -h
 gfx/intro_credits/red_nidorino_2.2bpp: rgbgfx += -h
 gfx/intro_credits/red_nidorino_3.2bpp: rgbgfx += -h
+gfx/intro_credits/gengar.2bpp: rgbgfx += -h
+gfx/intro_credits/gengar.2bpp: tools/gfx += --remove-duplicates --preserve=0x19,0x76
 
 gfx/intro_credits/the_end.2bpp: tools/gfx += --interleave --png=$<
 
--- a/engine/movie/intro.asm
+++ b/engine/movie/intro.asm
@@ -445,6 +445,7 @@
 
 FightIntroBackMon:
 	INCBIN "gfx/intro_credits/gengar.2bpp"
+	ds 16, $00 ; blank tile
 FightIntroBackMonEnd:
 
 FightIntroFrontMon:
binary files a/gfx/intro_credits/gengar.png b/gfx/intro_credits/gengar.png differ