blob: 508817163dcd48f7bd82b23efe579725767b4b91 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef GUARD_ROM6_H
#define GUARD_ROM6_H
extern struct MapPosition gPlayerFacingPosition;
bool8 CheckObjectGraphicsInFrontOfPlayer(u8 graphicsId);
u8 oei_task_add(void);
void debug_sub_8120968(void);
#endif
|