You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Move all splash screen files to gfx/splash
This commit is contained in:
@@ -886,10 +886,10 @@ _CGB_GamefreakLogo:
|
||||
ld a, PREDEFPAL_GAMEFREAK_LOGO_BG
|
||||
call GetPredefPal
|
||||
call LoadHLPaletteIntoDE
|
||||
ld hl, .GamefreakLogoOBPalette
|
||||
ld hl, .GamefreakDittoPalette
|
||||
ld de, wOBPals1
|
||||
call LoadHLPaletteIntoDE
|
||||
ld hl, .GamefreakLogoOBPalette
|
||||
ld hl, .GamefreakDittoPalette
|
||||
ld de, wOBPals1 palette 1
|
||||
call LoadHLPaletteIntoDE
|
||||
call WipeAttrmap
|
||||
@@ -897,8 +897,8 @@ _CGB_GamefreakLogo:
|
||||
call ApplyPals
|
||||
ret
|
||||
|
||||
.GamefreakLogoOBPalette:
|
||||
INCLUDE "gfx/splash/logo.pal"
|
||||
.GamefreakDittoPalette:
|
||||
INCLUDE "gfx/splash/ditto.pal"
|
||||
|
||||
_CGB_PlayerOrMonFrontpicPals:
|
||||
ld de, wBGPals1
|
||||
|
Reference in New Issue
Block a user