diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-01-07 16:53:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-07 16:53:40 -0500 |
commit | 8f7400809626c0f72dfe751665126f94181fd7c1 (patch) | |
tree | 17f9256f07ff23163cf13af85fdc36847549cbbe /include/quest_log.h | |
parent | 08ffdce1b642dfc00080f99578049b8c3ddfd7e9 (diff) | |
parent | 6da60e9b36303ac9d67a59db9092adb1dae6b43f (diff) |
Merge pull request #39 from PikalaxALT/fieldmap
fieldmap
Diffstat (limited to 'include/quest_log.h')
-rw-r--r-- | include/quest_log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/quest_log.h b/include/quest_log.h index 31220b86c..7f4bafada 100644 --- a/include/quest_log.h +++ b/include/quest_log.h @@ -24,6 +24,7 @@ void sub_8113550(u16, const u16 *); void sub_8115748(u16); u8 sub_8112CAC(void); bool8 sub_81119D4(void (*func)(void)); +void sub_8111F38(u16, u16); extern u8 gUnknown_203ADFA; |