diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-01-25 21:07:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-25 21:07:18 -0500 |
commit | 78864c88bb4f1e2f7a1894528db3714913cc84ca (patch) | |
tree | 7d9e646e984522e7eb9b3d0752e8277c34070eb6 /include/help_system.h | |
parent | a09e66b53f61027d8805e5d6bb4df3d679693485 (diff) | |
parent | 52fbc43d73995977aa8f6c45405a91c68d515061 (diff) |
Merge pull request #240 from PikalaxALT/union_room_chat
Union room chat
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 |