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/graphics.h | |
parent | c786a9b20c7d70546523a13406d7871f5fa5be2b (diff) |
Document pokeblock feed scene
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 2 |
1 files changed, 1 insertions, 1 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[]; |