Add enums for help system text, label help context
This commit is contained in:
+3
-3
@@ -506,10 +506,10 @@ static bool8 DoInitMailView(void)
|
||||
SetVBlankCallback(NULL);
|
||||
ScanlineEffect_Stop();
|
||||
SetGpuReg(REG_OFFSET_DISPCNT, 0);
|
||||
if (gPlayerPcMenuManager.unk_9 == 0)
|
||||
HelpSystem_SetSomeVariable2(34);
|
||||
if (gPlayerPcMenuManager.notInRoom == FALSE)
|
||||
SetHelpContext(HELPCONTEXT_BEDROOM_PC_MAILBOX);
|
||||
else
|
||||
HelpSystem_SetSomeVariable2(30);
|
||||
SetHelpContext(HELPCONTEXT_PLAYERS_PC_MAILBOX);
|
||||
break;
|
||||
case 1:
|
||||
CpuFill16(0, (void *)OAM, OAM_SIZE);
|
||||
|
||||
Reference in New Issue
Block a user