diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-03-26 17:53:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-26 17:53:18 -0400 |
commit | b9c604b8d2ffe863cf17336a4d956b08438f0f45 (patch) | |
tree | 95935cb5754f89ea78402cf4706830f71eb07e81 /include/quest_log.h | |
parent | 7a6d4525c4066038832d85a45ed6df6ab4660309 (diff) | |
parent | 9130579f1454c869e74ea8c953c0c778a4760396 (diff) |
Merge pull request #311 from PikalaxALT/field_player_avatar
Field player avatar
Diffstat (limited to 'include/quest_log.h')
-rw-r--r-- | include/quest_log.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/include/quest_log.h b/include/quest_log.h index e2e652a81..28c69505b 100644 --- a/include/quest_log.h +++ b/include/quest_log.h @@ -18,9 +18,9 @@ struct UnkStruct_3005E90 extern u8 gQuestLogState; extern u8 gUnknown_3005E88; -extern u16 sNumQuestLogs; +extern u16 sNumEventsInLogEntry; extern struct UnkStruct_3005E90 gUnknown_3005E90; -extern struct UnkStruct_203AE98 * gUnknown_3005E94; +extern struct QuestLogEntry * sCurQuestLogEntry; extern const u16 gUnknown_84566A8[]; void sub_8112720(u8); @@ -30,7 +30,7 @@ void QuestLog_RecordEnteredMap(u16); u8 sub_8112CAC(void); bool8 QuestLog_SchedulePlaybackCB(void (*func)(void)); void sub_8111F38(u16 offset, u16 idx); -void sub_8111134(void); +void CommitQuestLogWindow1(void); void DestroyHelpMessageWindow(u8 a0); u8 CreateHelpMessageWindow(void); void PrintTextOnHelpMessageWindow(const u8 * text, u8 mode); @@ -53,7 +53,11 @@ void sub_811246C(struct Sprite *sprite); void sub_81124EC(u8 a0, u8 a1, u8 a2, u8 a3); bool8 sub_8111C2C(void); void sub_81128BC(u8 a0); -void sub_811278C(u8, u8); +void sub_811278C(u8 movementActionId, u8 duration); void Special_UpdateTrainerFansAfterLinkBattle(void); +void sub_8112628(u8 movementActionId); +void sub_81126AC(u8 movementActionId, u8 duration); +void sub_8112588(u8 localId, u8 mapNum, u8 mapGroup, u8 movementActionId, u8 duration); +void sub_8112C9C(void); #endif //GUARD_QUEST_LOG_H |