mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
13 lines
240 B
C
13 lines
240 B
C
//
|
|
// Created by Scott Norton on 9/6/17.
|
|
//
|
|
|
|
#ifndef GUARD_ROM_81BE66C_H
|
|
#define GUARD_ROM_81BE66C_H
|
|
|
|
bool32 InTrainerHill(void);
|
|
bool8 FieldObjectIsFarawayIslandMew(struct MapObject *);
|
|
u32 sub_81D427C(void);
|
|
|
|
#endif //GUARD_ROM_81BE66C_H
|