summaryrefslogtreecommitdiff
path: root/include/help_system.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-01-17 10:49:57 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2020-01-17 10:49:57 -0500
commit29ef1708792b652ae4aa4d7f7db6091888fdb854 (patch)
tree7684be171c06a051d00ffc4b8d43c6eeed9bcac2 /include/help_system.h
parentfc9a00848115282ceebd61bfa43e937c1f951bfa (diff)
Finish save_failed_screen
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