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 | |
parent | c786a9b20c7d70546523a13406d7871f5fa5be2b (diff) |
Document pokeblock feed scene
Diffstat (limited to 'include')
-rw-r--r-- | include/graphics.h | 2 | ||||
-rw-r--r-- | include/pokeblock.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/graphics.h b/include/graphics.h index 7c36b9cf5..cea8bbab1 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4076,7 +4076,7 @@ extern const u8 gNamingScreenCursor_Gfx[]; extern const u8 gNamingScreenInputArrow_Gfx[]; extern const u8 gNamingScreenUnderscore_Gfx[]; -extern const u32 gUnknown_08D9BA44[]; +extern const u32 gPokeblockFeedBg_Tilemap[]; extern const u32 gConfetti_Gfx[]; extern const u32 gConfetti_Pal[]; 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]; |