mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-10 05:43:22 -05:00
11 lines
290 B
C
11 lines
290 B
C
#ifndef GUARD_QUEST_LOG_OBJECTS_H
|
|
#define GUARD_QUEST_LOG_OBJECTS_H
|
|
|
|
#include "global.h"
|
|
|
|
void SetQuestLogObjectEventsData(struct QuestLog *);
|
|
void SetSav1ObjectEventsFromQuestLog(struct QuestLog *, struct ObjectEventTemplate *);
|
|
void sub_815A540(void);
|
|
|
|
#endif //GUARD_QUEST_LOG_OBJECTS_H
|