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/save_failed_screen.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/save_failed_screen.c')
-rw-r--r-- | src/save_failed_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/save_failed_screen.c b/src/save_failed_screen.c index 8f727310c..da75a4804 100644 --- a/src/save_failed_screen.c +++ b/src/save_failed_screen.c @@ -217,7 +217,7 @@ static void CB2_SaveFailedScreen(void) LoadPalette(gBirchBagGrassPal, 0, 0x40); LoadPalette(sSaveFailedClockPal, 0x100, 0x20); LoadPalette(gTextWindowFrame1_Pal, 0xE0, 0x20); - LoadPalette(gUnknown_0860F074, 0xF0, 0x20); + LoadPalette(gStandardMenuPalette, 0xF0, 0x20); DrawStdFrameWithCustomTileAndPalette(sWindowIds[TEXT_WIN_ID], FALSE, 0x214, 0xE); DrawStdFrameWithCustomTileAndPalette(sWindowIds[CLOCK_WIN_ID], FALSE, 0x214, 0xE); FillWindowPixelBuffer(sWindowIds[CLOCK_WIN_ID], PIXEL_FILL(1)); // backwards? |