Document pokeblock feed scene

This commit is contained in:
GriffinR
2021-04-12 12:33:06 -04:00
parent c786a9b20c
commit 042a2ecc41
6 changed files with 455 additions and 358 deletions

View File

@@ -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];