Story flags through mystic ticket

This commit is contained in:
PikalaxALT
2019-10-20 22:14:22 -04:00
parent 8654e828e4
commit 3ab70c735e
33 changed files with 160 additions and 160 deletions
+1 -1
View File
@@ -1190,7 +1190,7 @@ static bool8 sub_812B780(u8 id)
case 40:
return sub_812BB10();
case 39:
return FlagGet(FLAG_0x29B);
return FlagGet(FLAG_GOT_FAME_CHECKER);
case 44:
return FlagGet(FLAG_WORLD_MAP_PEWTER_CITY);
}
+1 -1
View File
@@ -1254,7 +1254,7 @@ static void TryGetRematchTrainerIdGivenGameState(const u16 * a0, u8 * a1)
case 0:
break;
case 1:
if (!FlagGet(FLAG_0x292))
if (!FlagGet(FLAG_GOT_VS_SEEKER))
*a1 = GetRematchTrainerIdGivenGameState(a0, *a1);
break;
case 2: