diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-12-15 14:59:25 -0800 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-12-15 14:59:25 -0800 |
commit | b14cdde8bd4afda2b0b73bb72b3cffc6961a5790 (patch) | |
tree | fc328a154a171dd4f33eba664a1cffaf5d029580 /src/field/tv.c | |
parent | 0a634a60c938b91635af51c1a991a0f45578b313 (diff) |
Label landmark and daily flags.
Diffstat (limited to 'src/field/tv.c')
-rw-r--r-- | src/field/tv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field/tv.c b/src/field/tv.c index 71d6455bd..c3141e0b5 100644 --- a/src/field/tv.c +++ b/src/field/tv.c @@ -674,7 +674,7 @@ void GabbyAndTyBeforeInterview(void) TakeTVShowInSearchOfTrainersOffTheAir(); if (gSaveBlock1.gabbyAndTyData.lastMove == 0) - FlagSet(1); + FlagSet(FLAG_TEMP_1); } void sub_80BDC14(void) |