mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
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
|