mirror of
https://github.com/pret/pokediamond.git
synced 2026-09-26 21:35:08 -04:00
7 lines
143 B
C
7 lines
143 B
C
#ifndef POKEDIAMOND_TEXT_H
|
|
#define POKEDIAMOND_TEXT_H
|
|
|
|
void GetSpeciesName(u16 species, u32 heap_id, u16 * dest);
|
|
|
|
#endif //POKEDIAMOND_TEXT_H
|