pokeemerald/include/rom_81BE66C.h

13 lines
240 B
C
Raw Normal View History

2017-09-06 20:14:55 +00:00
//
// Created by Scott Norton on 9/6/17.
//
2017-09-16 19:13:06 +00:00
#ifndef GUARD_ROM_81BE66C_H
#define GUARD_ROM_81BE66C_H
2017-09-06 20:14:55 +00:00
bool32 InTrainerHill(void);
2017-09-16 17:54:33 +00:00
bool8 FieldObjectIsFarawayIslandMew(struct MapObject *);
u32 sub_81D427C(void);
2017-09-06 20:14:55 +00:00
2017-09-16 19:13:06 +00:00
#endif //GUARD_ROM_81BE66C_H