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 | |
parent | 1a4867a4bf4427c45af7545adcabae58ee19eb6e (diff) |
start to port mystery gift from emerald
Diffstat (limited to 'include')
-rw-r--r-- | include/new_menu_helpers.h | 1 | ||||
-rw-r--r-- | include/text_window.h | 2 |
2 files changed, 3 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 diff --git a/include/text_window.h b/include/text_window.h index 8a4113c62..2afc52a08 100644 --- a/include/text_window.h +++ b/include/text_window.h @@ -23,5 +23,7 @@ void sub_8098C6C(u8 bg, u16 destOffset, u8 palOffset); void sub_814FEAC(u8 windowId, u16 tileStart, u8 palette); void sub_814FF2C(u8 windowId, u16 tileStart, u8 palette); void sub_815001C(u8 windowId, u16 tileStart, u8 palette); +void sub_814FE40(u8 windowId, u16 tileStart, u8 palette); +void sub_814FDA0(u8 windowId, u16 tileStart, u8 palette); #endif // GUARD_TEXT_WINDOW_H |