mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
pngs in gfx/title
This commit is contained in:
parent
967b0898a9
commit
647f9b4452
5
Makefile
5
Makefile
@ -122,6 +122,11 @@ gfx/mail/0b9cfe.1bpp: tools/gfx += --remove-whitespace
|
||||
|
||||
gfx/pokedex/%.2bpp: tools/gfx += --trim-whitespace
|
||||
|
||||
gfx/title/crystal.2bpp: tools/gfx += --interleave --width=48
|
||||
gfx/title/old_fg.2bpp: tools/gfx += --interleave --width=64
|
||||
gfx/title/logo.2bpp: rgbgfx += -x 4
|
||||
|
||||
|
||||
%.bin: ;
|
||||
%.blk: ;
|
||||
|
||||
|
@ -387,15 +387,15 @@ AnimateTitleCrystal: ; 10ef32
|
||||
; 10ef46
|
||||
|
||||
TitleSuicuneGFX: ; 10ef46
|
||||
INCBIN "gfx/title/suicune.w128.2bpp.lz"
|
||||
INCBIN "gfx/title/suicune.2bpp.lz"
|
||||
; 10f326
|
||||
|
||||
TitleLogoGFX: ; 10f326
|
||||
INCBIN "gfx/title/logo.w160.t4.2bpp.lz"
|
||||
INCBIN "gfx/title/logo.2bpp.lz"
|
||||
; 10fcee
|
||||
|
||||
TitleCrystalGFX: ; 10fcee
|
||||
INCBIN "gfx/title/crystal.w48.interleave.2bpp.lz"
|
||||
INCBIN "gfx/title/crystal.2bpp.lz"
|
||||
; 10fede
|
||||
|
||||
TitleScreenPalettes:
|
||||
|
BIN
gfx/title/crystal.png
Normal file
BIN
gfx/title/crystal.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 507 B |
BIN
gfx/title/logo.png
Normal file
BIN
gfx/title/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
Binary file not shown.
BIN
gfx/title/old_bg.png
Normal file
BIN
gfx/title/old_bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
Binary file not shown.
BIN
gfx/title/old_fg.png
Normal file
BIN
gfx/title/old_fg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 691 B |
BIN
gfx/title/suicune.png
Normal file
BIN
gfx/title/suicune.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 809 B |
Loading…
Reference in New Issue
Block a user