Move all splash screen files to gfx/splash

This commit is contained in:
mid-kid 2020-08-22 01:10:17 +02:00
parent d4cc975447
commit d21975be2d
7 changed files with 11 additions and 12 deletions

View File

@ -47,14 +47,14 @@ Copyright_GameFreakPresents:
.GetGFLogoGFX:
; Load gfx and initialize variables
ld de, GameFreakPresentsGFX1
ld de, GameFreakLogoGFX
ld hl, vTiles1
lb bc, BANK(GameFreakPresentsGFX1), 28
lb bc, BANK(GameFreakLogoGFX), 28
call Get1bpp
ld de, GameFreakPresentsGFX2
ld de, GameFreakLogoStarsGFX
ld hl, vTiles1 tile 28
lb bc, BANK(GameFreakPresentsGFX2), 5
lb bc, BANK(GameFreakLogoStarsGFX), 5
call Request2bpp
farcall ClearSpriteAnims
@ -333,14 +333,13 @@ GameFreakPresents_Sparkle:
db $34, $02
db $3c, $04
GameFreakPresentsGFX1:
INCBIN "gfx/intro/gamefreak_presents.1bpp"
INCBIN "gfx/intro/gamefreak_logo.1bpp"
GameFreakPresentsGFX2:
INCBIN "gfx/intro/logo_star.2bpp"
INCBIN "gfx/intro/logo_sparkle.2bpp"
GameFreakLogoGFX:
INCBIN "gfx/splash/gamefreak_presents.1bpp"
INCBIN "gfx/splash/gamefreak_logo.1bpp"
GameFreakLogoStarsGFX:
INCBIN "gfx/splash/logo_star.2bpp"
INCBIN "gfx/splash/logo_sparkle.2bpp"
GoldSilverIntro:
call .Init

View File

Before

Width:  |  Height:  |  Size: 269 B

After

Width:  |  Height:  |  Size: 269 B

View File

Before

Width:  |  Height:  |  Size: 172 B

After

Width:  |  Height:  |  Size: 172 B

View File

Before

Width:  |  Height:  |  Size: 180 B

After

Width:  |  Height:  |  Size: 180 B

View File

Before

Width:  |  Height:  |  Size: 111 B

After

Width:  |  Height:  |  Size: 111 B

View File

Before

Width:  |  Height:  |  Size: 109 B

After

Width:  |  Height:  |  Size: 109 B

View File

@ -327,7 +327,7 @@ INCLUDE "engine/pokemon/bills_pc.asm"
SECTION "bank39", ROMX
CopyrightGFX::
INCBIN "gfx/intro/copyright.2bpp"
INCBIN "gfx/splash/copyright.2bpp"
IF DEF(_GOLD)
TitleScreenGFX3: