pokeruby/include/rom6.h
2017-03-18 04:00:15 +01:00

8 lines
111 B
C

#ifndef GUARD_ROM6_H
#define GUARD_ROM6_H
bool8 npc_before_player_of_type(u8);
u8 oei_task_add(void);
#endif