summaryrefslogtreecommitdiff
path: root/mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp
diff options
context:
space:
mode:
authorCaladius <Caladius@users.noreply.github.com>2025-01-21 01:02:39 -0500
committerGitHub <noreply@github.com>2025-01-21 00:02:39 -0600
commitf1f9b83c9eb0c91d31844a2a4798f0d87cf9d777 (patch)
tree2729fc8fd274745ca4b7c6f267cda257d850f380 /mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp
parent7b6d7ac9cd8cb3bce8dc06bf64b7a8a78e9eed1c (diff)
Shuffle Kotake Red Potion Bottle (#169)
* Shuffle Kotake Red Potion Bottle * Logic... OH YEA! * Fix Woods Kotake * clang * Final fix? * clang * ship it * update cycleObtained
Diffstat (limited to 'mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp')
-rw-r--r--mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp b/mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp
index 158c23bfb..bfa63ecc9 100644
--- a/mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp
+++ b/mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp
@@ -84,6 +84,7 @@ void Rando::ActorBehavior::OnFileLoad() {
Rando::ActorBehavior::InitEnSyatekiManBehavior();
Rando::ActorBehavior::InitEnTalkBehavior();
Rando::ActorBehavior::InitEnTotoBehavior();
+ Rando::ActorBehavior::InitEnTrtBehavior();
Rando::ActorBehavior::InitEnYbBehavior();
Rando::ActorBehavior::InitEnZogBehavior();
Rando::ActorBehavior::InitItemBHeartBehavior();