mirror of https://github.com/pret/pokecrystal.git
Fix filenames and use pngs for credits graphics.
This commit is contained in:
parent
20e275da30
commit
8186190ef1
|
@ -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
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 139 B |
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 377 B |
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 482 B |
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 348 B |
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 409 B |
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 180 B |
Binary file not shown.
Loading…
Reference in New Issue