From e96ecee460c5cd0c3139432ebbb191a36ad31912 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Wed, 31 Jul 2019 12:32:57 -0400 Subject: title_screen through sub_80791C0 --- include/graphics.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'include/graphics.h') diff --git a/include/graphics.h b/include/graphics.h index e8503609e..bd25f4d1a 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -961,4 +961,17 @@ extern const u8 gFile_graphics_items_icon_palettes_sapphire_palette[]; extern const u8 gFile_graphics_items_icons_return_to_field_arrow_sheet[]; extern const u8 gFile_graphics_items_icon_palettes_return_to_field_arrow_palette[]; +// title_screen +extern const u16 gUnknown_8EAB6C4[]; +extern const u8 gUnknown_8EAB8C4[]; +extern const u8 gUnknown_8EAD390[]; +extern const u16 gUnknown_8EAD5E8[]; +extern const u8 gUnknown_8EAD608[]; +extern const u8 gUnknown_8EADEE4[]; +extern const u16 gUnknown_8EAE094[]; +extern const u8 gUnknown_8EAE0B4[]; +extern const u8 gUnknown_8EAE374[]; +extern const u16 gUnknown_8EAE488[]; +extern const u8 gUnknown_8EAE4A8[]; + #endif //GUARD_GRAPHICS_H -- cgit v1.2.3 From c3f95c1cbb7827c09d86fa0a6b481ae0fa3c37d5 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Wed, 31 Jul 2019 13:50:47 -0400 Subject: title_screen: through sub_8079730 --- include/graphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/graphics.h') diff --git a/include/graphics.h b/include/graphics.h index bd25f4d1a..dd91731b6 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -968,7 +968,7 @@ extern const u8 gUnknown_8EAD390[]; extern const u16 gUnknown_8EAD5E8[]; extern const u8 gUnknown_8EAD608[]; extern const u8 gUnknown_8EADEE4[]; -extern const u16 gUnknown_8EAE094[]; +extern u16 gUnknown_8EAE094[]; // If this is const, title_screen.c does not match extern const u8 gUnknown_8EAE0B4[]; extern const u8 gUnknown_8EAE374[]; extern const u16 gUnknown_8EAE488[]; -- cgit v1.2.3 From 6032159d1bc099d4ed112e5e387ebba1d35fe6a9 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Wed, 31 Jul 2019 17:15:57 -0400 Subject: Name stuff --- include/graphics.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'include/graphics.h') diff --git a/include/graphics.h b/include/graphics.h index dd91731b6..f6c2ddd4a 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -962,16 +962,16 @@ extern const u8 gFile_graphics_items_icons_return_to_field_arrow_sheet[]; extern const u8 gFile_graphics_items_icon_palettes_return_to_field_arrow_palette[]; // title_screen -extern const u16 gUnknown_8EAB6C4[]; -extern const u8 gUnknown_8EAB8C4[]; -extern const u8 gUnknown_8EAD390[]; -extern const u16 gUnknown_8EAD5E8[]; -extern const u8 gUnknown_8EAD608[]; -extern const u8 gUnknown_8EADEE4[]; -extern u16 gUnknown_8EAE094[]; // If this is const, title_screen.c does not match -extern const u8 gUnknown_8EAE0B4[]; -extern const u8 gUnknown_8EAE374[]; -extern const u16 gUnknown_8EAE488[]; -extern const u8 gUnknown_8EAE4A8[]; +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 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[]; #endif //GUARD_GRAPHICS_H -- cgit v1.2.3