diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-10-26 16:52:23 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-10-27 13:47:18 -0400 |
commit | 41ecae91f82d901fa61da79e29b4e4aeea72e69f (patch) | |
tree | 294b621d321aa63dcba0f72b33700c0f4006c1c2 /src/pokeblock.c | |
parent | f9f91be60a6e21eb2c9bd87ac67865e05296eab8 (diff) |
Label remaining symbols in graphics.c
Diffstat (limited to 'src/pokeblock.c')
-rw-r--r-- | src/pokeblock.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/pokeblock.c b/src/pokeblock.c index 89c2bc962..647a85b10 100644 --- a/src/pokeblock.c +++ b/src/pokeblock.c @@ -95,10 +95,6 @@ enum PKBL_GIVE_TO_LADY }; - -extern const u16 gUnknown_0860F074[]; - -// this file's functions static void CB2_InitPokeblockMenu(void); static bool8 InitPokeblockMenu(void); static bool8 LoadPokeblockMenuGfx(void); @@ -685,7 +681,7 @@ static void HandleInitWindows(void) DeactivateAllTextPrinters(); LoadUserWindowBorderGfx(0, 1, 0xE0); LoadMessageBoxGfx(0, 0xA, 0xD0); - LoadPalette(gUnknown_0860F074, 0xF0, 0x20); + LoadPalette(gStandardMenuPalette, 0xF0, 0x20); for (i = 0; i < ARRAY_COUNT(sWindowTemplates) - 1; i++) FillWindowPixelBuffer(i, PIXEL_FILL(0)); |