diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-04-26 12:50:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-26 12:50:51 -0400 |
commit | a1e8de5098b9bc3a978240e893a494f1a25248d8 (patch) | |
tree | 1381887937def8daa4cc9e9cc477a59e9ff74390 /include/new_menu_helpers.h | |
parent | 1a4867a4bf4427c45af7545adcabae58ee19eb6e (diff) | |
parent | 274151836b44d960ab357d861a4d79602a8722d5 (diff) |
Merge pull request #53 from PikalaxALT/mystery_gift_menu
Mystery gift menu
Diffstat (limited to 'include/new_menu_helpers.h')
-rw-r--r-- | include/new_menu_helpers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/new_menu_helpers.h b/include/new_menu_helpers.h index b17326667..fc9c1b9dc 100644 --- a/include/new_menu_helpers.h +++ b/include/new_menu_helpers.h @@ -30,5 +30,6 @@ void Menu_LoadStdPalAt(u16); void * malloc_and_decompress(const void * src, u32 * size); u16 sub_80F796C(void); void sub_80F6B08(u8 bgId, u8 left, u8 top, u8 width, u8 height, u8 palette); +void sub_80F696C(u8 bgId, const void * gfx, u32 size, u16 a3, u8 a4); #endif // GUARD_NEW_MENU_HELPERS_H |