Fix image extensions in gfx/{credits,misc}.

This commit is contained in:
yenatch
2014-04-02 00:16:03 -04:00
parent 49987a7527
commit 6a66f28bf5
22 changed files with 25 additions and 25 deletions

View File

@@ -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