diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-10-06 18:03:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-06 18:03:21 -0400 |
commit | fb9b695f9a366f662b5262f440d77c770b131d0d (patch) | |
tree | 4aea0466e25e069d4b17fc8d1d0cdd23bee6e128 /include/quest_log.h | |
parent | b4b509f68477068ae111cc5a6094d858d396c4bb (diff) | |
parent | 076971ee687e1956a1b01144634b3e3468e23cff (diff) |
Merge pull request #112 from ultima-soul/new_game
Decompile/port new_game
Diffstat (limited to 'include/quest_log.h')
-rw-r--r-- | include/quest_log.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/quest_log.h b/include/quest_log.h index 0690dd282..7e86e7c2f 100644 --- a/include/quest_log.h +++ b/include/quest_log.h @@ -33,6 +33,8 @@ u8 sub_8112EB4(void); void sub_8113018(const u8 * text, u8 mode); void MapNamePopupWindowIdSetDummy(void); void sub_8111CF0(void); +void sub_811089C(void); +void sub_8113044(void); extern u8 gUnknown_203ADFA; |