mirror of https://github.com/pret/pokeemerald.git
11 lines
178 B
C
11 lines
178 B
C
|
//
|
||
|
// Created by Scott Norton on 9/6/17.
|
||
|
//
|
||
|
|
||
|
#ifndef POKEEMERALD_ROM_81BE66C_H
|
||
|
#define POKEEMERALD_ROM_81BE66C_H
|
||
|
|
||
|
bool32 InTrainerHill(void);
|
||
|
|
||
|
#endif //POKEEMERALD_ROM_81BE66C_H
|