diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-01-17 11:14:25 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-17 11:14:25 -0500 |
commit | 055e5d2bbff31a98bcdffec0d7392e7ce77bcd46 (patch) | |
tree | 44873a5ffa58b0ee53bc5dcf17a73ccaf57d89fa /include/help_system.h | |
parent | 8bdd942c9e087148a4b5c47a990550b2b363250a (diff) | |
parent | b786145272491ea33924ffc0526b268a9b102619 (diff) |
Merge pull request #230 from PikalaxALT/save_failed_screen
Save failed screen
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 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 |