diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-16 19:56:52 -0400 | 
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-16 19:56:52 -0400 | 
| commit | 7bcb4b19c77eee2b8d2c3e769d25e7e4d7d028a7 (patch) | |
| tree | 6fc0fb6fa5067b3bc627f98f8e5cca913d1ce592 /engine | |
| parent | cd71ae03af9e75235c8035821700dd6dc6b69616 (diff) | |
Un-deduplicate gfx/intro_credits/gengar.png's tiles
Diffstat (limited to 'engine')
| -rwxr-xr-x | engine/movie/intro.asm | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/engine/movie/intro.asm b/engine/movie/intro.asm index 215b54ae..c5896ecb 100755 --- a/engine/movie/intro.asm +++ b/engine/movie/intro.asm @@ -445,6 +445,7 @@ GameFreakIntroEnd:  FightIntroBackMon:  	INCBIN "gfx/intro_credits/gengar.2bpp" +	ds 16, $00 ; blank tile  FightIntroBackMonEnd:  FightIntroFrontMon: | 
