diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-20 22:14:22 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-20 22:14:22 -0400 |
commit | 3ab70c735e86369dc927beb5cddf7adc2e96afd9 (patch) | |
tree | 21d8f4f0e2280ab208d0dadd19062967a56f97a1 /src | |
parent | 8654e828e4e6713371448e65060b38b14a136fc6 (diff) |
Story flags through mystic ticket
Diffstat (limited to 'src')
-rw-r--r-- | src/help_system_812B1E0.c | 2 | ||||
-rw-r--r-- | src/vs_seeker.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/help_system_812B1E0.c b/src/help_system_812B1E0.c index 10e0bce80..c123d5818 100644 --- a/src/help_system_812B1E0.c +++ b/src/help_system_812B1E0.c @@ -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); } diff --git a/src/vs_seeker.c b/src/vs_seeker.c index 691abfd0d..db2ec9bee 100644 --- a/src/vs_seeker.c +++ b/src/vs_seeker.c @@ -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: |