mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-17 18:46:41 -05:00
8 lines
203 B
C
8 lines
203 B
C
#ifndef GUARD_POKEMON_ABILITIES_H
|
|
#define GUARD_POKEMON_ABILITIES_H
|
|
|
|
void CopyAbilityNametoBuffer(char *buffer, u8 index);
|
|
const u8 *GetAbilityDescription(u8 index);
|
|
|
|
#endif // GUARD_POKEMON_ABILITIES_H
|