diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-04-12 12:33:06 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-04-12 18:44:37 -0400 |
commit | 042a2ecc417001be93bd363cbaff5415be65308c (patch) | |
tree | 4745d920aea5cc8fcc077ca9a4c2a73cdd61f9f2 /include/pokeblock.h | |
parent | c786a9b20c7d70546523a13406d7871f5fa5be2b (diff) |
Document pokeblock feed scene
Diffstat (limited to 'include/pokeblock.h')
-rw-r--r-- | include/pokeblock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokeblock.h b/include/pokeblock.h index 4c5a40488..9e0161495 100644 --- a/include/pokeblock.h +++ b/include/pokeblock.h @@ -51,7 +51,7 @@ extern s16 gPokeblockGain; void ChooseMonToGivePokeblock(struct Pokeblock *pokeblock, void (*callback)(void)); // pokeblock feed -void CB2_PreparePokeblockFeedScene(void); +void PreparePokeblockFeedScene(void); // pokeblock extern const s8 gPokeblockFlavorCompatibilityTable[NUM_NATURES * FLAVOR_COUNT]; |