From d6741335d61fe61cfbfff5f7ae88059502d1f63b Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Fri, 20 Dec 2019 15:35:40 -0500 Subject: Rename title screen assets and remove dummied standalone pal --- include/graphics.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'include') diff --git a/include/graphics.h b/include/graphics.h index 89541e748..dc0389420 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4297,17 +4297,17 @@ extern const u32 gFile_graphics_battle_anims_backgrounds_sandstorm_brew_sheet[]; extern const u32 gBattleAnimSpritePal_FlyingDirt[]; // title_screen -extern const u16 gGraphics_TitleScreen_PokemonFireRedLogoPals[]; -extern const u8 gGraphics_TitleScreen_PokemonFireRedLogoTiles[]; -extern const u8 gGraphics_TitleScreen_PokemonFireRedLogoMap[]; -extern const u16 gGraphics_TitleScreen_CharizardPals[]; -extern const u8 gGraphics_TitleScreen_CharizardTiles[]; -extern const u8 gGraphics_TitleScreen_CharizardMap[]; +extern const u16 gGraphics_TitleScreen_GameTitleLogoPals[]; +extern const u8 gGraphics_TitleScreen_GameTitleLogoTiles[]; +extern const u8 gGraphics_TitleScreen_GameTitleLogoMap[]; +extern const u16 gGraphics_TitleScreen_BoxArtMonPals[]; +extern const u8 gGraphics_TitleScreen_BoxArtMonTiles[]; +extern const u8 gGraphics_TitleScreen_BoxArtMonMap[]; extern u16 gGraphics_TitleScreen_BackgroundPals[]; // If this is const, title_screen.c does not match extern const u8 gGraphics_TitleScreen_CopyrightPressStartTiles[]; extern const u8 gGraphics_TitleScreen_CopyrightPressStartMap[]; -extern const u16 gGraphics_TitleScreen_FirePals[]; -extern const u8 gGraphics_TitleScreen_BlankObjTiles[]; +extern const u16 gGraphics_TitleScreen_FireOrLeafPals[]; +extern const u32 gGraphics_TitleScreen_BlankObjTiles[]; // battle_gfx_sfx_util extern const u32 gHealthboxSinglesPlayerGfx[]; -- cgit v1.2.3