summaryrefslogtreecommitdiff
path: root/engine/credits.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2015-07-22 02:50:51 -0400
committeryenatch <yenatch@gmail.com>2015-07-22 02:50:51 -0400
commitdc620c08ee43a4baee7cb4b04b22661ccf2ad60a (patch)
tree7aaefa0b99776e6169bb9c957fd7bbf589f840ab /engine/credits.asm
parent0b5471f385d3cc66bb4ae7aa4191ce3af9f50cac (diff)
parent99b6080257b6795aa9ee6dac50bf0863a96fe103 (diff)
Merge pull request #296 from yenatch/gfx-script
Add a script to convert project-specific graphics.
Diffstat (limited to 'engine/credits.asm')
-rw-r--r--engine/credits.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/engine/credits.asm b/engine/credits.asm
index 2be947bf3..940d44ef8 100644
--- a/engine/credits.asm
+++ b/engine/credits.asm
@@ -792,13 +792,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