diff options
Diffstat (limited to 'include/rom6.h')
-rw-r--r-- | include/rom6.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/rom6.h b/include/rom6.h new file mode 100644 index 000000000..e7a3ba48e --- /dev/null +++ b/include/rom6.h @@ -0,0 +1,7 @@ +#ifndef GUARD_ROM6_H +#define GUARD_ROM6_H + +bool8 npc_before_player_of_type(u8); +u8 oei_task_add(void); + +#endif |