summaryrefslogtreecommitdiff
path: root/src/pokeblock_feed.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-11-01 17:00:06 -0400
committerGitHub <noreply@github.com>2021-11-01 17:00:06 -0400
commit54a70ca4d4ac701b8d97c7c29687e3a824fb191e (patch)
tree2f060cfd2ff24d55cb090abda0802af8fc1b04b2 /src/pokeblock_feed.c
parent875be8a8a8e91d4662252f7a91831a2005aa307f (diff)
parenta470e2c7612f88293685d2d6587a083dd6d98cd6 (diff)
Merge pull request #1530 from GriffinRichards/doc-graphics
Label remaining symbols in graphics.c
Diffstat (limited to 'src/pokeblock_feed.c')
-rw-r--r--src/pokeblock_feed.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pokeblock_feed.c b/src/pokeblock_feed.c
index a4395d760..2241d1668 100644
--- a/src/pokeblock_feed.c
+++ b/src/pokeblock_feed.c
@@ -116,8 +116,6 @@ struct PokeblockFeed
u8 unused4;
};
-extern const u16 gUnknown_0860F074[];
-
static void HandleInitBackgrounds(void);
static void HandleInitWindows(void);
static void LaunchPokeblockFeedTask(void);
@@ -786,7 +784,7 @@ static void HandleInitWindows(void)
InitWindows(sWindowTemplates);
DeactivateAllTextPrinters();
LoadUserWindowBorderGfx(0, 1, 0xE0);
- LoadPalette(gUnknown_0860F074, 0xF0, 0x20);
+ LoadPalette(gStandardMenuPalette, 0xF0, 0x20);
FillWindowPixelBuffer(0, PIXEL_FILL(0));
PutWindowTilemap(0);
ScheduleBgCopyTilemapToVram(0);