diff options
| author | Garrett Cox <garrettjcox@gmail.com> | 2024-09-30 23:55:46 -0500 |
|---|---|---|
| committer | Garrett Cox <garrettjcox@gmail.com> | 2024-09-30 23:55:46 -0500 |
| commit | 29ef306ab9bf809fbf5f6455c08adf5e645f97c4 (patch) | |
| tree | ba9eab55cb2078efaa0e0b713d9bd1a331f3f6db /mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp | |
| parent | c297bc4043add4ee30b5c11cb356df2a92f13571 (diff) | |
Add moons tear check
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 9eca71b0a..79948ceac 100644 --- a/mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp +++ b/mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp @@ -28,6 +28,7 @@ void Rando::ActorBehavior::OnFileLoad() { Rando::ActorBehavior::InitEnOsnBehavior(); Rando::ActorBehavior::InitEnSiBehavior(); Rando::ActorBehavior::InitItemBHeartBehavior(); + Rando::ActorBehavior::InitObjMoonStoneBehavior(); static uint32_t onVanillaBehaviorHook = 0; |
