summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2015-07-18 00:05:14 -0700
committeryenatch <yenatch@gmail.com>2015-07-18 00:05:14 -0700
commit8186190ef15043138d437302adbbdc6e687a1f32 (patch)
treedb435389b0becf2b2282fb001d85e2e16918e4e9 /engine
parent20e275da30458213e041061bbd42370a80ebf0be (diff)
Fix filenames and use pngs for credits graphics.
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 727dbb9b0..5a6cf94fa 100644
--- a/engine/credits.asm
+++ b/engine/credits.asm
@@ -789,13 +789,13 @@ Function109c1c: ; 109c1c (42:5c1c)
; 109c24 (42:5c24)
-CreditsBorderGFX: INCBIN "gfx/credits/border.w72.2bpp"
+CreditsBorderGFX: INCBIN "gfx/credits/border.2bpp"
CreditsMonsGFX:
-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"
+CreditsPichuGFX: INCBIN "gfx/credits/pichu.2bpp"
+CreditsSmoochumGFX: INCBIN "gfx/credits/smoochum.2bpp"
+CreditsDittoGFX: INCBIN "gfx/credits/ditto.2bpp"
+CreditsIgglybuffGFX: INCBIN "gfx/credits/igglybuff.2bpp"
CreditsScript: ; 10acb4