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 /src/use_pokeblock.c | |
parent | c786a9b20c7d70546523a13406d7871f5fa5be2b (diff) |
Document pokeblock feed scene
Diffstat (limited to 'src/use_pokeblock.c')
-rw-r--r-- | src/use_pokeblock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/use_pokeblock.c b/src/use_pokeblock.c index cfaec6f18..669b6ab25 100644 --- a/src/use_pokeblock.c +++ b/src/use_pokeblock.c @@ -708,7 +708,7 @@ static void FeedPokeblockToMon(void) FREE_AND_SET_NULL(sMenu); FreeAllWindowBuffers(); gMain.savedCallback = CB2_ReturnAndChooseMonToGivePokeblock; - CB2_PreparePokeblockFeedScene(); + PreparePokeblockFeedScene(); } break; } |