diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2017-11-14 16:41:53 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-14 16:41:53 -0600 |
commit | 118bf4f4b115ad6840427b00ba6a5ea0732574c8 (patch) | |
tree | 82a810a25c289b7679da5599d754d8175dc3f5fb /include/text_window.h | |
parent | 72b57b342eaf6e4a3ea77fae8b40e4ab11c64ae2 (diff) | |
parent | 6e2b1d4315cd2bcc5fd68c216810038818c37e5b (diff) |
Merge pull request #108 from DizzyEggg/decompile_starter_choose
Decompile starter choose
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 |