summaryrefslogtreecommitdiff
path: root/src/pokeblock_feed.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-10-26 16:52:23 -0400
committerGriffinR <griffin.g.richards@gmail.com>2021-10-27 13:47:18 -0400
commit41ecae91f82d901fa61da79e29b4e4aeea72e69f (patch)
tree294b621d321aa63dcba0f72b33700c0f4006c1c2 /src/pokeblock_feed.c
parentf9f91be60a6e21eb2c9bd87ac67865e05296eab8 (diff)
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);