summaryrefslogtreecommitdiff
path: root/include/pokemon.h
blob: fba719951877441c28a6e4c119746076990c6fb1 (plain)
1
2
3
4
5
6
7
8
9
#ifndef POKEMON_H
#define POKEMON_H

struct gPokemon
{
    /* 0x0 */ u8* unk0;
};

#endif // POKEMON_H