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 --- data/graphics.s | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'data') diff --git a/data/graphics.s b/data/graphics.s index 9d4464654..cea2a0ab3 100644 --- a/data/graphics.s +++ b/data/graphics.s @@ -16531,44 +16531,44 @@ gCreditsPokeballBgGfxMap:: @ 8EAB30C @ title_screen .ifdef FIRERED -gGraphics_TitleScreen_PokemonFireRedLogoPals:: @ 8EAB6C4 +gGraphics_TitleScreen_GameTitleLogoPals:: @ 8EAB6C4 .incbin "graphics/title_screen/unk_8eab6c4.gbapal" -gGraphics_TitleScreen_PokemonFireRedLogoTiles:: @ 8EAB8C4 +gGraphics_TitleScreen_GameTitleLogoTiles:: @ 8EAB8C4 .incbin "graphics/title_screen/unk_8eab8c4.8bpp.lz" -gGraphics_TitleScreen_PokemonFireRedLogoMap:: @ 8EAD390 +gGraphics_TitleScreen_GameTitleLogoMap:: @ 8EAD390 .incbin "graphics/title_screen/unk_8ead390.bin.lz" -gGraphics_TitleScreen_CharizardPals:: @ 8EAD5E8 +gGraphics_TitleScreen_BoxArtMonPals:: @ 8EAD5E8 .incbin "graphics/title_screen/unk_8ead5e8.gbapal" -gGraphics_TitleScreen_CharizardTiles:: @ 8EAD608 +gGraphics_TitleScreen_BoxArtMonTiles:: @ 8EAD608 .incbin "graphics/title_screen/unk_8ead608.4bpp.lz" -gGraphics_TitleScreen_CharizardMap:: @ 8EADEE4 +gGraphics_TitleScreen_BoxArtMonMap:: @ 8EADEE4 .incbin "graphics/title_screen/unk_8eadee4.bin.lz" gGraphics_TitleScreen_BackgroundPals:: @ 8EAE094 .incbin "graphics/title_screen/unk_8eae094.gbapal" .else .ifdef LEAFGREEN -gGraphics_TitleScreen_PokemonFireRedLogoPals:: @ 8EAB6C4 +gGraphics_TitleScreen_GameTitleLogoPals:: @ 8EAB6C4 .incbin "graphics/title_screen/unk_lg_8eab744.gbapal" -gGraphics_TitleScreen_PokemonFireRedLogoTiles:: @ 8EAB8C4 +gGraphics_TitleScreen_GameTitleLogoTiles:: @ 8EAB8C4 .incbin "graphics/title_screen/unk_lg_8eab944.8bpp.lz" -gGraphics_TitleScreen_PokemonFireRedLogoMap:: @ 8EAD390 +gGraphics_TitleScreen_GameTitleLogoMap:: @ 8EAD390 .incbin "graphics/title_screen/unk_lg_8ead508.bin.lz" -gGraphics_TitleScreen_CharizardPals:: @ 8EAD5E8 +gGraphics_TitleScreen_BoxArtMonPals:: @ 8EAD5E8 .incbin "graphics/title_screen/unk_lg_8ead768.gbapal" -gGraphics_TitleScreen_CharizardTiles:: @ 8EAD608 +gGraphics_TitleScreen_BoxArtMonTiles:: @ 8EAD608 .incbin "graphics/title_screen/unk_lg_8ead788.4bpp.lz" -gGraphics_TitleScreen_CharizardMap:: @ 8EADEE4 +gGraphics_TitleScreen_BoxArtMonMap:: @ 8EADEE4 .incbin "graphics/title_screen/unk_lg_8eae1ec.bin.lz" gGraphics_TitleScreen_BackgroundPals:: @ 8EAE094 @@ -16583,11 +16583,11 @@ gGraphics_TitleScreen_CopyrightPressStartMap:: @ 8EAE374 .incbin "graphics/title_screen/unk_8eae374.bin.lz" .ifdef FIRERED -gGraphics_TitleScreen_FirePals:: @ 8EAE488 +gGraphics_TitleScreen_FireOrLeafPals:: @ 8EAE488 .incbin "graphics/title_screen/unk_8eae488.gbapal" .else .ifdef LEAFGREEN -gGraphics_TitleScreen_FirePals:: @ 8EAE488 +gGraphics_TitleScreen_FireOrLeafPals:: @ 8EAE488 .incbin "graphics/title_screen/unk_lg_8eae77c.gbapal" .endif .endif -- cgit v1.2.3