summaryrefslogtreecommitdiff
path: root/include/text_window.h
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2018-10-18 19:39:25 -0400
committerProjectRevoTPP <projectrevotpp@hotmail.com>2018-10-18 19:39:25 -0400
commita63750306c6c8f6e55aa7e888595117857047d59 (patch)
tree4acd3927c0df8fae1c5f6d2c650862dd5d765899 /include/text_window.h
parent9078a0672d190a6e23cde45ff2b22914de6e1517 (diff)
decompile money.c and coins.c
Diffstat (limited to 'include/text_window.h')
-rw-r--r--include/text_window.h1
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