summaryrefslogtreecommitdiff
path: root/include/text_window.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-01-25 21:07:18 -0500
committerGitHub <noreply@github.com>2020-01-25 21:07:18 -0500
commit78864c88bb4f1e2f7a1894528db3714913cc84ca (patch)
tree7d9e646e984522e7eb9b3d0752e8277c34070eb6 /include/text_window.h
parenta09e66b53f61027d8805e5d6bb4df3d679693485 (diff)
parent52fbc43d73995977aa8f6c45405a91c68d515061 (diff)
Merge pull request #240 from PikalaxALT/union_room_chat
Union room chat
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 8e8466145..3796629b4 100644
--- a/include/text_window.h
+++ b/include/text_window.h
@@ -26,6 +26,7 @@ void TextWindow_SetUserSelectedFrame(u8 windowId, u16 tileStart, u8 palette);
void LoadUserWindowBorderGfx(u8 windowId, u16 tileStart, u8 palette);
void sub_814FDA0(u8 windowId, u16 tileStart, u8 palette);
void DrawTextBorderOuter(u8 windowId, u16 tileStart, u8 palette);
+void DrawTextBorderInner(u8 windowId, u16 tileNum, u8 palNum);
void TextWindow_LoadTilesStdFrame1(u8 windowId, u16 destOffset);
void sub_814FE6C(u8 windowId, u16 destOffset, u8 palIdx);
void sub_814FEEC(u8 windowId, u16 destOffset, u8 palIdx);