diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-08-15 00:06:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-15 00:06:57 -0400 |
commit | 25f45ffa8441b0f0a999355c9755782ccb4809dc (patch) | |
tree | 203d2ba0f2261d76f683ab4b869627b633808dd4 /include/text_window.h | |
parent | 98e68a81120433348296e6947af5a539ec20ae3c (diff) | |
parent | 82e322bb96e4f7ecd59d536bdb8315edab61f9b6 (diff) |
Merge pull request #1125 from GriffinRichards/doc-namingscr
Document naming screen
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 501597aa2..7bdcacd17 100644 --- a/include/text_window.h +++ b/include/text_window.h @@ -20,7 +20,7 @@ void LoadUserWindowBorderGfx_(u8 windowId, u16 destOffset, u8 palOffset); void DrawTextBorderOuter(u8 windowId, u16 tileNum, u8 palNum); void DrawTextBorderInner(u8 windowId, u16 tileNum, u8 palNum); void rbox_fill_rectangle(u8 windowId); -const u16 *stdpal_get(u8 id); +const u16 *GetTextWindowPalette(u8 id); const u16 *GetOverworldTextboxPalettePtr(void); void sub_8098C6C(u8 bg, u16 destOffset, u8 palOffset); |