mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-30 16:11:06 +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
|