pokeruby/include/rom6.h
2018-10-17 02:53:05 +01:00

11 lines
211 B
C

#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