diff options
| author | Eblo <7004497+Eblo@users.noreply.github.com> | 2024-11-24 10:16:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-24 09:16:30 -0600 |
| commit | 1b5fb29a652a3507b629cf4e50cb6963b7c8e761 (patch) | |
| tree | bd8e6c9a22db372ea2cdc7bb2e68053eb94cce1e /mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp | |
| parent | a5208afdf73ef7b11b38eb1602afd607f70f57a0 (diff) | |
Implement RC_ANCIENT_CASTLE_OF_IKANA_BOSS (#38)
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 7bafdcb4a..eb51ea57f 100644 --- a/mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp +++ b/mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp @@ -32,6 +32,7 @@ void Rando::ActorBehavior::OnFileLoad() { Rando::ActorBehavior::InitEnElforgBehavior(); Rando::ActorBehavior::InitEnGirlABehavior(); Rando::ActorBehavior::InitEnItem00Behavior(); + Rando::ActorBehavior::InitEnKnightBehavior(); Rando::ActorBehavior::InitEnMaYtoBehavior(); Rando::ActorBehavior::InitEnOsnBehavior(); Rando::ActorBehavior::InitEnSellnutsBehavior(); |
