diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-25 08:52:36 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-25 08:52:36 -0400 |
commit | 9575eba4814cfa96ae863ea2716afecbf2565b71 (patch) | |
tree | a74daa44ab7ad88b83f0591cc21f03d6ea060463 /include/new_menu_helpers.h | |
parent | 1a4867a4bf4427c45af7545adcabae58ee19eb6e (diff) |
start to port mystery gift from emerald
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 |