diff options
| author | balloondude2 <55861555+balloondude2@users.noreply.github.com> | 2024-09-25 20:32:17 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-25 21:32:17 -0500 |
| commit | 7364e28dd21f060c2d2562b073cd84b56c93f01d (patch) | |
| tree | 31d7627301b6028569905370667f8d6e3d8e5cfa /mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp | |
| parent | a1b3f5e87746d5cec2efa58342323c578cce379a (diff) | |
Skulltula Tokens and Ocean/Swamp Skull Token Checks (#11)
* stone tower and st temple checks
* handle skull tokens and swamp skull checks
* ocean spiderhouse
* simplify VB hook and giveitem case
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 8c55aede4..3cc08eaa9 100644 --- a/mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp +++ b/mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp @@ -5,5 +5,6 @@ void Rando::InitActorBehavior(bool isRando) { ActorBehavior::InitEnElfgrpBehavior(isRando); ActorBehavior::InitEnElforgBehavior(isRando); ActorBehavior::InitEnItem00Behavior(isRando); + ActorBehavior::InitEnSiBehavior(isRando); ActorBehavior::InitItemBHeartBehavior(isRando); } |
