diff options
| author | inspectredc <78732756+inspectredc@users.noreply.github.com> | 2025-01-19 15:32:24 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-19 09:32:24 -0600 |
| commit | f462d1f43408c1dba8f3dc799af7db9db3fd137c (patch) | |
| tree | e9edb72619f330fd58848b3e9f776fbd092aaf4f /mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp | |
| parent | ff45e605010c4604a283ed66a49c291d50437521 (diff) | |
Koume Tourist Shop Checks (#130)
* tourist shop pictobox
* logic fixes
* boat archery
* Remove todo
* format
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 7cfb275b2..465e4cd15 100644 --- a/mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp +++ b/mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp @@ -45,6 +45,7 @@ void Rando::ActorBehavior::OnFileLoad() { Rando::ActorBehavior::InitEnBomBowlManBehavior(); Rando::ActorBehavior::InitEnBoxBehavior(); Rando::ActorBehavior::InitEnCowBehavior(); + Rando::ActorBehavior::InitEnDnhBehavior(); Rando::ActorBehavior::InitEnElfgrpBehavior(); Rando::ActorBehavior::InitEnElforgBehavior(); Rando::ActorBehavior::InitEnFsnBehavior(); |
