blob: 41db36aadaae813b1385bb509853db3d6a3a6251 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef GUARD_UNK_8159F40_H
#define GUARD_UNK_8159F40_H
#include "global.h"
void InitPokedudePartyAndOpponent(void);
void sub_815A008(struct QuestLog *);
void sub_815A1F8(struct QuestLog *, struct MapObjectTemplate *);
#endif //GUARD_UNK_8159F40_H
|