diff options
Diffstat (limited to 'include/union_room_chat.h')
-rw-r--r-- | include/union_room_chat.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/union_room_chat.h b/include/union_room_chat.h index 3488e71bc..93bd4a55f 100644 --- a/include/union_room_chat.h +++ b/include/union_room_chat.h @@ -1,13 +1,27 @@ #ifndef GUARD_UNION_ROOM_CHAT_H #define GUARD_UNION_ROOM_CHAT_H +enum +{ + UNION_ROOM_KB_PAGE_UPPER, + UNION_ROOM_KB_PAGE_LOWER, + UNION_ROOM_KB_PAGE_EMOJI, + UNION_ROOM_KB_PAGE_COUNT +}; + +extern const u8 *const gUnionRoomKeyboardText[UNION_ROOM_KB_PAGE_COUNT][UNION_ROOM_KB_ROW_COUNT]; + void sub_8128420(void); +u8 *sub_81294B0(int arg0); u8 *sub_8129714(void); void sub_8129730(u32 *a0, u32 *a1); u8 *sub_8129758(void); u16 sub_8129788(void); u8 *sub_81297C4(void); u16 sub_81297D0(void); +int sub_81297DC(void); +u8 *sub_8129814(void); void copy_strings_to_sav1(void); +u8 GetCurrentKeyboardPage(void); #endif // GUARD_UNION_ROOM_CHAT_H |