diff options
author | yenatch <yenatch@gmail.com> | 2014-04-02 00:37:12 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-04-02 00:41:56 -0400 |
commit | 73ffc4677a44030b2a2078dc377b6cb684a82959 (patch) | |
tree | e612b2393d1d2d610a6ab33d945ea60f18335bd2 /engine/title.asm | |
parent | 6a66f28bf5af0db4484dc0450eeeb343e5bdda3f (diff) |
Image extensions in gfx/{intro,title}.
Diffstat (limited to 'engine/title.asm')
-rw-r--r-- | engine/title.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/title.asm b/engine/title.asm index 5e444cff1..39025b2f1 100644 --- a/engine/title.asm +++ b/engine/title.asm @@ -375,15 +375,15 @@ AnimateTitleCrystal: ; 10ef32 ; 10ef46 TitleSuicuneGFX: ; 10ef46 -INCBIN "gfx/title/suicune.lz" +INCBIN "gfx/title/suicune.w128.2bpp.lz" ; 10f326 TitleLogoGFX: ; 10f326 -INCBIN "gfx/title/logo.lz" +INCBIN "gfx/title/logo.w160.t4.2bpp.lz" ; 10fcee TitleCrystalGFX: ; 10fcee -INCBIN "gfx/title/crystal.lz" +INCBIN "gfx/title/crystal.w48.interleave.2bpp.lz" ; 10fede TitleScreenPalettes: |