diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-10-18 21:33:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-18 21:33:08 -0500 |
commit | 26ca9acfa5858f1caaa67f2a5e0509a6b47ee644 (patch) | |
tree | 4acd3927c0df8fae1c5f6d2c650862dd5d765899 /include/text_window.h | |
parent | 9078a0672d190a6e23cde45ff2b22914de6e1517 (diff) | |
parent | a63750306c6c8f6e55aa7e888595117857047d59 (diff) |
Merge pull request #25 from ProjectRevoTPP/money_coins
decompile money.c and coins.c
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 |