summaryrefslogtreecommitdiff
path: root/include/rom6.h
blob: e7a3ba48ec2c74ab4d077612a7cbf441e0b960aa (plain)
1
2
3
4
5
6
7
#ifndef GUARD_ROM6_H
#define GUARD_ROM6_H

bool8 npc_before_player_of_type(u8);
u8 oei_task_add(void);

#endif