diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-10-13 09:06:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-13 09:06:53 -0400 |
commit | 6bffe8613e2f764a03f551ad61b360dab9395eec (patch) | |
tree | ce08c9183b7e23ed4fc195d250d18762c00ad112 /include/help_system.h | |
parent | 094b29edb50be48ee65dab0e8866ac65bba4e225 (diff) | |
parent | 66c416875a92a5a8987dca2e1102f76c4cce5e98 (diff) |
Merge pull request #115 from PikalaxALT/player_pc
Player PC
Diffstat (limited to 'include/help_system.h')
-rw-r--r-- | include/help_system.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/help_system.h b/include/help_system.h index f28c168f7..ff77d01d6 100644 --- a/include/help_system.h +++ b/include/help_system.h @@ -89,5 +89,7 @@ void HelpSystem_FillPanel3(void); void PrintListMenuItems(void); void PlaceListMenuCursor(void); bool8 MoveCursor(u8 by, u8 dirn); +void sub_812B234(void); +void sub_812B248(void); #endif //GUARD_HELP_SYSTEM_H |