summaryrefslogtreecommitdiff
path: root/mm/2s2h/Rando/ActorBehavior/EnFu.cpp
diff options
context:
space:
mode:
authorEblo <7004497+Eblo@users.noreply.github.com>2025-07-21 14:27:18 -0400
committerGitHub <noreply@github.com>2025-07-21 14:27:18 -0400
commitcf204b86e577c69cd3c110c3de0a8cc750e566c6 (patch)
tree7f16d7f82117c9d819672cc8a6d32ea1a04e8933 /mm/2s2h/Rando/ActorBehavior/EnFu.cpp
parent0126e4561b7adc84a9761dae369c638e4be7d403 (diff)
Use cycleObtained where feasible (#1201)
Diffstat (limited to 'mm/2s2h/Rando/ActorBehavior/EnFu.cpp')
-rw-r--r--mm/2s2h/Rando/ActorBehavior/EnFu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/2s2h/Rando/ActorBehavior/EnFu.cpp b/mm/2s2h/Rando/ActorBehavior/EnFu.cpp
index 2d21e7b3d..6b5b63d5d 100644
--- a/mm/2s2h/Rando/ActorBehavior/EnFu.cpp
+++ b/mm/2s2h/Rando/ActorBehavior/EnFu.cpp
@@ -17,7 +17,7 @@ void Rando::ActorBehavior::InitEnFuBehavior() {
return;
}
- if (!RANDO_SAVE_CHECKS[RC_CLOCK_TOWN_EAST_HONEY_DARLING_ANY_DAY].obtained) {
+ if (!RANDO_SAVE_CHECKS[RC_CLOCK_TOWN_EAST_HONEY_DARLING_ANY_DAY].cycleObtained) {
RANDO_SAVE_CHECKS[RC_CLOCK_TOWN_EAST_HONEY_DARLING_ANY_DAY].eligible = true;
}