summaryrefslogtreecommitdiff
path: root/src/graphics.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-04-14 14:17:36 -0400
committerGitHub <noreply@github.com>2021-04-14 14:17:36 -0400
commitc4ef45c161ef0d51478476a916010c619e94a732 (patch)
treea4b8cd7d54a71b60559deac1c5e8ede46ba38cfc /src/graphics.c
parentdf8a62acc4d9d50234c7c069dcafd950704d35fe (diff)
parentbe84499b56c26d11d75fc385b5b3596f4a2bd338 (diff)
Merge pull request #1403 from GriffinRichards/doc-pokeblock
Document Pokéblock menu and feeding scene
Diffstat (limited to 'src/graphics.c')
-rw-r--r--src/graphics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics.c b/src/graphics.c
index 7a7a11b2b..09779eab7 100644
--- a/src/graphics.c
+++ b/src/graphics.c
@@ -1201,7 +1201,7 @@ const u32 gPokeblockBlack_Pal[] = INCBIN_U32("graphics/pokeblock/black.gbapal.lz
const u32 gPokeblockWhite_Pal[] = INCBIN_U32("graphics/pokeblock/white.gbapal.lz");
const u32 gPokeblockGold_Pal[] = INCBIN_U32("graphics/pokeblock/gold.gbapal.lz");
-const u32 gUnknown_08D9BA44[] = INCBIN_U32("graphics/interface/pokeblock_feeding_bg_map.bin.lz");
+const u32 gPokeblockFeedBg_Tilemap[] = INCBIN_U32("graphics/interface/pokeblock_feeding_bg_map.bin.lz");
#include "data/graphics/berries.h"
#include "data/graphics/rayquaza_scene.h"