mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-05-14 08:50:01 -05:00
13 lines
242 B
C
13 lines
242 B
C
//
|
|
// Created by Scott Norton on 9/6/17.
|
|
//
|
|
|
|
#ifndef GUARD_ROM_81BE66C_H
|
|
#define GUARD_ROM_81BE66C_H
|
|
|
|
bool32 InTrainerHill(void);
|
|
bool8 EventObjectIsFarawayIslandMew(struct EventObject *);
|
|
u32 sub_81D427C(void);
|
|
|
|
#endif //GUARD_ROM_81BE66C_H
|