diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-12-20 15:35:40 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-12-20 15:35:40 -0500 |
commit | d6741335d61fe61cfbfff5f7ae88059502d1f63b (patch) | |
tree | e79e07eacfe55a28c17d2c522e03fc2db209e580 /data | |
parent | 0f60c1239c9ebf32f47ba52468738107519d758f (diff) |
Rename title screen assets and remove dummied standalone pal
Diffstat (limited to 'data')
-rw-r--r-- | data/graphics.s | 28 |
1 files changed, 14 insertions, 14 deletions
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 |