mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-06 05:35:23 -05:00
15 lines
261 B
C
15 lines
261 B
C
//
|
|
// Created by Scott Norton on 9/6/17.
|
|
//
|
|
|
|
#ifndef GUARD_ROM_81BE66C_H
|
|
#define GUARD_ROM_81BE66C_H
|
|
|
|
#include "global.h"
|
|
|
|
bool32 InTrainerHill(void);
|
|
bool8 FieldObjectIsFarawayIslandMew(struct MapObject *);
|
|
u32 sub_81D427C(void);
|
|
|
|
#endif //GUARD_ROM_81BE66C_H
|