mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-07 03:04:19 -05:00
7 lines
152 B
C
7 lines
152 B
C
#ifndef POKEDIAMOND_TEXT_H
|
|
#define POKEDIAMOND_TEXT_H
|
|
|
|
void GetSpeciesNameIntoArray(u16 species, u32 heap_id, u16 * dest);
|
|
|
|
#endif //POKEDIAMOND_TEXT_H
|