diff options
| author | robojumper <robojumper@gmail.com> | 2025-11-22 15:43:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-22 15:43:26 +0100 |
| commit | b661da78b52958faffb589955df0453c5b0f6740 (patch) | |
| tree | 20ef8223571890b3b015aee11e227fb9a3ef0077 /src/toBeSorted/fi_context.cpp | |
| parent | 25c799aef9a58395d1a2e2cd573defce7fc5f34f (diff) | |
| parent | 9cae4869105d4b891f4d483f9bddd146e93eb989 (diff) | |
Merge pull request #257 from robojumper/d_lyt_map_more
some more map things
Diffstat (limited to 'src/toBeSorted/fi_context.cpp')
| -rw-r--r-- | src/toBeSorted/fi_context.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/toBeSorted/fi_context.cpp b/src/toBeSorted/fi_context.cpp index e3b60191..c8e6eec8 100644 --- a/src/toBeSorted/fi_context.cpp +++ b/src/toBeSorted/fi_context.cpp @@ -404,7 +404,8 @@ void FiContext::prepareFiCallOptions() { } mFiButtonOptions[0] = KEN8_Advice; - if (dStageMgr_c::GetInstance()->getSTIFbyte4() == 0 && !isInAnySkyKeepRoom() && !isInLeviasFightMaybe()) { + if (dStageMgr_c::GetInstance()->getSTIFArea() == dStageMgr_c::STIF_AREA_SKY && !isInAnySkyKeepRoom() && + !isInLeviasFightMaybe()) { // In the Sky, show play time mFiButtonOptions[1] = KEN8_PlayTime; } else { |
