mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
7 lines
138 B
C
7 lines
138 B
C
#ifndef GUARD_LANDMARK_H
|
|
#define GUARD_LANDMARK_H
|
|
|
|
const u8 *GetLandmarkName(u8 mapSection, u8 id, u8 count);
|
|
|
|
#endif // GUARD_LANDMARK_H
|