diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2017-11-15 00:47:34 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2017-11-15 00:47:34 -0600 |
commit | ce0e5cbfe4439a9767134a670868f65cc9920e65 (patch) | |
tree | 07d1e496a653dc2c6584022cb977bbdf273858aa /include/text_window.h | |
parent | 6e6e11205d312a296391ec7d16d809e52c5b4027 (diff) | |
parent | 3fb2a488f99d4d8499a2b0247f73f45837b07156 (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald into dump_maps
Diffstat (limited to 'include/text_window.h')
-rw-r--r-- | include/text_window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text_window.h b/include/text_window.h index 0cefeea8e..da3fb301e 100644 --- a/include/text_window.h +++ b/include/text_window.h @@ -16,7 +16,7 @@ void sub_8098858(u8 windowId, u16 tileNum, u8 palNum); void sub_80989E0(u8 windowId, u16 tileNum, u8 palNum); void rbox_fill_rectangle(u8 windowId); const u16* stdpal_get(u8 id); -const u16* sub_8098C64(void); +const u16* GetOverworldTextboxPalettePtr(void); void sub_8098C6C(u8 bg, u16 destOffset, u8 palOffset); #endif // GUARD_TEXT_WINDOW_H |