diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-11-02 14:16:03 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-11-02 14:16:03 -0400 |
commit | 5391289fc1164eab859856617f8dede7db3fe435 (patch) | |
tree | 8cb4f701f3b49cf182715e28b0d818c778ff9e5c /include/text_window.h | |
parent | 46e006b94cf7a2e59652a083cdd01f0d5dc9a26f (diff) | |
parent | c0a9d620919bd6403772c4e5a236d47cd40ae861 (diff) |
Merge branch 'master' into quest_log
Diffstat (limited to 'include/text_window.h')
-rw-r--r-- | include/text_window.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/text_window.h b/include/text_window.h index da3fb301e..3514296c1 100644 --- a/include/text_window.h +++ b/include/text_window.h @@ -18,5 +18,6 @@ void rbox_fill_rectangle(u8 windowId); const u16* stdpal_get(u8 id); const u16* GetOverworldTextboxPalettePtr(void); void sub_8098C6C(u8 bg, u16 destOffset, u8 palOffset); +void sub_814FF2C(u8 windowId, u16 tileStart, u8 palette); #endif // GUARD_TEXT_WINDOW_H |