|
//
|
|
// Created by Scott Norton on 9/6/17.
|
|
//
|
|
|
|
#ifndef POKEEMERALD_ROM_81BE66C_H
|
|
#define POKEEMERALD_ROM_81BE66C_H
|
|
|
|
bool32 InTrainerHill(void);
|
|
bool8 FieldObjectIsFarawayIslandMew(struct MapObject *);
|
|
u32 sub_81D427C(void);
|
|
|
|
#endif //POKEEMERALD_ROM_81BE66C_H
|