From 6a66f28bf5af0db4484dc0450eeeb343e5bdda3f Mon Sep 17 00:00:00 2001 From: yenatch Date: Wed, 2 Apr 2014 00:16:03 -0400 Subject: Fix image extensions in gfx/{credits,misc}. --- misc/gbc_only.asm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'misc') diff --git a/misc/gbc_only.asm b/misc/gbc_only.asm index dfe9e2fb6..d642d6c24 100644 --- a/misc/gbc_only.asm +++ b/misc/gbc_only.asm @@ -137,14 +137,14 @@ DrawGBCOnlyGraphic: ; 4eb27 GBCOnlyString: ; 4eb38 - db "This Game Pak is", $4e - db "designed only for", $4e - db "use on the", $4e - db "Game Boy Color.@" + db "This Game Pak is" + next "designed only for" + next "use on the" + next "Game Boy Color.@" ; 4eb76 GBCOnlyGFX: ; 4eb76 -INCBIN "gfx/misc/gbc_only.lz" +INCBIN "gfx/misc/gbc_only.w112.2bpp.lz" ; 4f0bc -- cgit v1.2.3