mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-25 07:19:36 -05:00
7 lines
186 B
C
7 lines
186 B
C
#ifndef GUARD_WILD_POKEMON_AREA_H
|
|
#define GUARD_WILD_POKEMON_AREA_H
|
|
|
|
s32 BuildPokedexAreaSubspriteBuffer(u16 species, struct Subsprite * subsprites);
|
|
|
|
#endif //GUARD_WILD_POKEMON_AREA_H
|