diff options
| author | Eblo <7004497+Eblo@users.noreply.github.com> | 2025-01-10 17:21:14 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-10 16:21:14 -0600 |
| commit | 1262f8b0d206426a4230a8d15f603e4e16ce6615 (patch) | |
| tree | 2294cd051197678dcf1d87a6a42a86f44bb63f38 /mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp | |
| parent | 3bf4aa155ac1d14b603764b8f01d21e33783622f (diff) | |
Shuffle Keaton Quiz Heart Piece (#148)
* Shuffle Keaton Quiz Heart Piece
* Fix Keaton quiz BGM, use SET_WEEKEVENTREG syntax
Diffstat (limited to 'mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp')
| -rw-r--r-- | mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp b/mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp index fa2f84080..b4db1a951 100644 --- a/mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp +++ b/mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp @@ -60,6 +60,7 @@ void Rando::ActorBehavior::OnFileLoad() { Rando::ActorBehavior::InitEnInBehavior(); Rando::ActorBehavior::InitEnItem00Behavior(); Rando::ActorBehavior::InitEnKgyBehavior(); + Rando::ActorBehavior::InitEnKitanBehavior(); Rando::ActorBehavior::InitEnKnightBehavior(); Rando::ActorBehavior::InitEnKujiyaBehavior(); Rando::ActorBehavior::InitEnLiftNutsBehavior(); |
