diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/menu.h | 1 | ||||
-rw-r--r-- | include/new_menu_helpers.h | 1 | ||||
-rw-r--r-- | include/text.h | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/include/menu.h b/include/menu.h index f9fa63f98..b134ef7f5 100644 --- a/include/menu.h +++ b/include/menu.h @@ -41,5 +41,6 @@ void *sub_80F68F0(u8 bgId, const void *src, u32 size, u16 offset, u8 mode); void sub_810F558(u8, u8, u8, u8, u16); void sub_810F650(const u8 *, const u8 *, u8, u32, u8); void sub_810F5E8(const u8 *, u32, u8); +void sub_810F71C(void); #endif // GUARD_MENU_H diff --git a/include/new_menu_helpers.h b/include/new_menu_helpers.h index 0d51eb5fb..8903f5d56 100644 --- a/include/new_menu_helpers.h +++ b/include/new_menu_helpers.h @@ -27,5 +27,6 @@ void sub_80F6F1C(u8 windowId, bool8 copyNow); void sub_80F6C6C(void); void sub_80F6C98(void); void sub_80F77CC(u16); +void * malloc_and_decompress(const void * src, u32 * size); #endif // GUARD_NEW_MENU_HELPERS_H diff --git a/include/text.h b/include/text.h index 1956de52b..c8835fbde 100644 --- a/include/text.h +++ b/include/text.h @@ -251,5 +251,6 @@ s32 GetGlyphWidthFont4(u16 glyphId, bool32 isJapanese); s32 GetGlyphWidthFont5(u16 glyphId, bool32 isJapanese); void sub_80062B0(struct Sprite *sprite); u8 sub_8006300(u8 sheetId, u16 x, u16 y, u8 priority, u8 subpriority); +void sub_8006398(u8 spriteId); #endif // GUARD_TEXT_H |