Merge branch 'master' of https://github.com/pret/pokeemerald into doc-windows
This commit is contained in:
+5
-5
@@ -647,17 +647,17 @@ static void LoadWallClockGraphics(void)
|
||||
LZ77UnCompVram(gWallClock_Gfx, (void *)VRAM);
|
||||
|
||||
if (gSpecialVar_0x8004 == MALE)
|
||||
LoadPalette(gWallClockMale_Pal, 0, 32);
|
||||
LoadPalette(gWallClockMale_Pal, BG_PLTT_ID(0), PLTT_SIZE_4BPP);
|
||||
else
|
||||
LoadPalette(gWallClockFemale_Pal, 0, 32);
|
||||
LoadPalette(gWallClockFemale_Pal, BG_PLTT_ID(0), PLTT_SIZE_4BPP);
|
||||
|
||||
LoadPalette(GetOverworldTextboxPalettePtr(), 0xe0, 32);
|
||||
LoadPalette(sTextPrompt_Pal, 0xc0, 8);
|
||||
LoadPalette(GetOverworldTextboxPalettePtr(), BG_PLTT_ID(14), PLTT_SIZE_4BPP);
|
||||
LoadPalette(sTextPrompt_Pal, BG_PLTT_ID(12), PLTT_SIZEOF(4));
|
||||
ResetBgsAndClearDma3BusyFlags(0);
|
||||
InitBgsFromTemplates(0, sBgTemplates, ARRAY_COUNT(sBgTemplates));
|
||||
InitWindows(sWindowTemplates);
|
||||
DeactivateAllTextPrinters();
|
||||
LoadUserWindowBorderGfx(0, 0x250, 0xd0);
|
||||
LoadUserWindowBorderGfx(0, 0x250, BG_PLTT_ID(13));
|
||||
ClearScheduledBgCopiesToVram();
|
||||
ScanlineEffect_Stop();
|
||||
ResetTasks();
|
||||
|
||||
Reference in New Issue
Block a user