diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-11-01 17:00:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-01 17:00:06 -0400 |
commit | 54a70ca4d4ac701b8d97c7c29687e3a824fb191e (patch) | |
tree | 2f060cfd2ff24d55cb090abda0802af8fc1b04b2 /src/union_room_chat.c | |
parent | 875be8a8a8e91d4662252f7a91831a2005aa307f (diff) | |
parent | a470e2c7612f88293685d2d6587a083dd6d98cd6 (diff) |
Merge pull request #1530 from GriffinRichards/doc-graphics
Label remaining symbols in graphics.c
Diffstat (limited to 'src/union_room_chat.c')
-rwxr-xr-x | src/union_room_chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/union_room_chat.c b/src/union_room_chat.c index 7debe3cd4..ca6f8bd1d 100755 --- a/src/union_room_chat.c +++ b/src/union_room_chat.c @@ -3115,7 +3115,7 @@ static void LoadKeyboardSwapWindow(void) FillWindowPixelBuffer(3, PIXEL_FILL(1)); LoadUserWindowBorderGfx(3, 1, 0xD0); LoadUserWindowBorderGfx_(3, 0xA, 0x20); - LoadPalette(gUnknown_0860F074, 0xE0, 0x20); + LoadPalette(gStandardMenuPalette, 0xE0, 0x20); } static void InitScanlineEffect(void) |