mirror of
https://github.com/pret/pokeemerald.git
synced 2026-05-20 19:49:07 -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
|