diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-01-23 16:52:41 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-01-23 16:52:41 -0500 |
commit | 4ff5769f4286212d6ca50f82647cdd3849e1a361 (patch) | |
tree | 11073166e9c625fa57814c36afbf2bd4c0d5fe50 /include/help_system.h | |
parent | 85e5c57e8c86cca00e8bfc7d54e21d08c9e62e69 (diff) |
union_room_chat through sub_81287B4
Diffstat (limited to 'include/help_system.h')
-rw-r--r-- | include/help_system.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/help_system.h b/include/help_system.h index 273b5e119..59adec912 100644 --- a/include/help_system.h +++ b/include/help_system.h @@ -92,5 +92,6 @@ bool8 MoveCursor(u8 by, u8 dirn); void HelpSystem_BackupSomeVariable(void); void HelpSystem_RestoreSomeVariable(void); void HelpSystemRenderText(u8 font, u8 * dest, const u8 * src, u8 x, u8 y, u8 width, u8 height); +void sub_812B4AC(void); #endif //GUARD_HELP_SYSTEM_H |