diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-07-31 12:32:57 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-07-31 12:32:57 -0400 |
commit | e96ecee460c5cd0c3139432ebbb191a36ad31912 (patch) | |
tree | 71e2180b6c7c40c6a013bcc3e5c6c6d447cb0bd4 /include/graphics.h | |
parent | ea8f529f2d5bb520b83d5b7721dc47ba1b489d45 (diff) |
title_screen through sub_80791C0
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 13 |
1 files changed, 13 insertions, 0 deletions
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 |