pokeemerald/include/rom_81BE66C.h

13 lines
240 B
C
Raw Normal View History

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