mirror of
https://github.com/resetes12/pokeemerald
synced 2025-10-06 00:12:45 +02:00
7 lines
138 B
C
Executable File
7 lines
138 B
C
Executable File
#ifndef GUARD_LANDMARK_H
|
|
#define GUARD_LANDMARK_H
|
|
|
|
const u8 *GetLandmarkName(u8 mapSection, u8 id, u8 count);
|
|
|
|
#endif // GUARD_LANDMARK_H
|