diff options
Diffstat (limited to 'include/pokeblock.h')
-rw-r--r-- | include/pokeblock.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/pokeblock.h b/include/pokeblock.h index 4d869df86..058c0815e 100644 --- a/include/pokeblock.h +++ b/include/pokeblock.h @@ -25,6 +25,9 @@ enum }; // use pokeblock +extern u8 gPokeblockMonId; +extern s16 gPokeblockGain; + void ChooseMonToGivePokeblock(struct Pokeblock *pokeblock, void (*callback)(void)); // pokeblock feed |