pokeemerald/include/rom_81BE66C.h

13 lines
240 B
C
Raw Normal View History

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