summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-04-02 00:16:03 -0400
committeryenatch <yenatch@gmail.com>2014-04-02 00:16:03 -0400
commit6a66f28bf5af0db4484dc0450eeeb343e5bdda3f (patch)
tree68e3c3f1046a60e079b6c657e83cf3cf5f77d572 /engine
parent49987a752777ccb3b9c2e675c2e8b86792874ca5 (diff)
Fix image extensions in gfx/{credits,misc}.
Diffstat (limited to 'engine')
-rw-r--r--engine/credits.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/engine/credits.asm b/engine/credits.asm
index 42144c5d2..a68f7ceb0 100644
--- a/engine/credits.asm
+++ b/engine/credits.asm
@@ -803,13 +803,13 @@ Function109c1c: ; 109c1c (42:5c1c)
; 109c24 (42:5c24)
-CreditsBorderGFX: INCBIN "gfx/credits/border.2bpp"
+CreditsBorderGFX: INCBIN "gfx/credits/border.w72.2bpp"
CreditsMonsGFX:
-CreditsPichuGFX: INCBIN "gfx/credits/pichu.2bpp"
-CreditsSmoochumGFX: INCBIN "gfx/credits/smoochum.2bpp"
-CreditsDittoGFX: INCBIN "gfx/credits/ditto.2bpp"
-CreditsIgglybuffGFX: INCBIN "gfx/credits/igglybuff.2bpp"
+CreditsPichuGFX: INCBIN "gfx/credits/pichu.w32.2bpp"
+CreditsSmoochumGFX: INCBIN "gfx/credits/smoochum.w32.2bpp"
+CreditsDittoGFX: INCBIN "gfx/credits/ditto.w32.2bpp"
+CreditsIgglybuffGFX: INCBIN "gfx/credits/igglybuff.w32.2bpp"
CreditsScript: ; 10acb4