mirror of
https://github.com/pret/pokeemerald.git
synced 2026-05-13 06:51:08 -05:00
7 lines
122 B
C
7 lines
122 B
C
#ifndef GUARD_BIRCH_PC_H
|
|
#define GUARD_BIRCH_PC_H
|
|
|
|
const u8 *GetPokedexRatingText(u16 count);
|
|
|
|
#endif // GUARD_BIRCH_PC_H
|