Merge branch 'master' into doc-inc2

This commit is contained in:
GriffinR
2019-10-13 15:44:07 -04:00
committed by GitHub
174 changed files with 7759 additions and 8373 deletions
+3 -4
View File
@@ -3738,12 +3738,11 @@ bool32 IsTrainerRegistered(void)
}
// Always returns FALSE
bool32 sub_813B514(void)
bool32 ShouldDistributeEonTicket(void)
{
if (!VarGet(VAR_ALWAYS_ZERO_0x403F))
{
if (!VarGet(VAR_DISTRIBUTE_EON_TICKET))
return FALSE;
}
return TRUE;
}