mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-07 23:43:59 -05:00
11 lines
210 B
C
11 lines
210 B
C
#ifndef GUARD_TRAINER_SEE_H
|
|
#define GUARD_TRAINER_SEE_H
|
|
|
|
#include "global.h"
|
|
|
|
void sub_80B4578(struct ObjectEvent *);
|
|
u8 sub_80B47BC(void);
|
|
void sub_8155D78(struct ObjectEvent *);
|
|
|
|
#endif //GUARD_TRAINER_SEE_H
|