diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-05-20 14:17:26 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-05-20 14:17:26 -0400 |
commit | c33448ba0929a54252b02bdc848c9f30d2a544cc (patch) | |
tree | c9b38f787325854a20975fecfee4dd2377f6e823 /include/quest_log.h | |
parent | 348bd19fddefede38716607ffe0ecdb4ae199bea (diff) |
slot_machine: through sub_813FBC0
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 cdd28371f..aca3e5fe8 100644 --- a/include/quest_log.h +++ b/include/quest_log.h @@ -22,6 +22,7 @@ extern const u16 gUnknown_84566A8[]; void sub_8112720(u8); void sub_8113550(u16, const u16 *); +void sub_811539C(void); void sub_8115748(u16); u8 sub_8112CAC(void); bool8 sub_81119D4(void (*func)(void)); |