Add enums for help system text, label help context
This commit is contained in:
@@ -302,7 +302,7 @@ void CB2_OpenPokedexFromStartMenu(void)
|
||||
SetGpuReg(REG_OFFSET_BLDALPHA, 0);
|
||||
SetGpuReg(REG_OFFSET_BLDY, 0);
|
||||
SetMainCallback2(sub_81024D4);
|
||||
HelpSystem_SetSomeVariable2(4);
|
||||
SetHelpContext(HELPCONTEXT_POKEDEX);
|
||||
}
|
||||
|
||||
#define FREE_IF_NOT_NULL(ptr0) ({ void * ptr = (ptr0); if (ptr) Free(ptr); })
|
||||
|
||||
Reference in New Issue
Block a user