pokefirered/include/quest_log_objects.h

11 lines
278 B
C

#ifndef GUARD_QUEST_LOG_OBJECTS_H
#define GUARD_QUEST_LOG_OBJECTS_H
#include "global.h"
void QL_RecordObjects(struct QuestLogScene *);
void QL_LoadObjects(struct QuestLogScene *, struct ObjectEventTemplate *);
void QL_TryStopSurfing(void);
#endif //GUARD_QUEST_LOG_OBJECTS_H