summaryrefslogtreecommitdiff
path: root/include/help_system.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-01-19 17:00:39 -0500
committerGitHub <noreply@github.com>2020-01-19 17:00:39 -0500
commit84c198ac76902385170fd0df90117411b930abe1 (patch)
treec1abca97b3f985433b4521c800a595c247a281fd /include/help_system.h
parent7012834477885b974200e06b9598bab1c9f4f0e9 (diff)
parent407c49820e1e64ff6deb4480b6ff9aceb0a3b085 (diff)
Merge branch 'master' into doc-cinnabar
Diffstat (limited to 'include/help_system.h')
-rw-r--r--include/help_system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/help_system.h b/include/help_system.h
index 53dc45014..273b5e119 100644
--- a/include/help_system.h
+++ b/include/help_system.h
@@ -91,5 +91,6 @@ void PlaceListMenuCursor(void);
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);
#endif //GUARD_HELP_SYSTEM_H