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