mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-24 06:46:58 -05:00
11 lines
206 B
C
11 lines
206 B
C
#ifndef GUARD_TRAINER_SEE_H
|
|
#define GUARD_TRAINER_SEE_H
|
|
|
|
#include "global.h"
|
|
|
|
void sub_80B4578(struct MapObject *);
|
|
u8 sub_80B47BC(void);
|
|
void sub_8155D78(struct MapObject *);
|
|
|
|
#endif //GUARD_TRAINER_SEE_H
|