diff options
author | scnorton <scnorton@biociphers.org> | 2019-01-06 16:00:27 -0500 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2019-01-06 16:00:27 -0500 |
commit | fdd7b1033cb32f02eb861ca87fa92b9886bdfe37 (patch) | |
tree | 9ac899b61e39aa12abbcdb5ae406337c458c25fb /include/quest_log.h | |
parent | 2822d29c0bd7e579388f9d0772a7b5d1af430b31 (diff) |
Through ScrCmd_pokemart
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 faa47a809..31220b86c 100644 --- a/include/quest_log.h +++ b/include/quest_log.h @@ -23,6 +23,7 @@ void sub_8112720(u8); void sub_8113550(u16, const u16 *); void sub_8115748(u16); u8 sub_8112CAC(void); +bool8 sub_81119D4(void (*func)(void)); extern u8 gUnknown_203ADFA; |