diff options
| author | Rozelette <Rozelette@users.noreply.github.com> | 2025-05-23 20:47:08 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-23 18:47:08 -0700 |
| commit | 8b4cad17106e4d749d2e2a6b01843e83f0942538 (patch) | |
| tree | 47486a7e599d80e7d40054a205a1e7ee68c9b015 /soh/src/code | |
| parent | f2298c6a8edd99d6a9b9a027f83a487c66dc11bc (diff) | |
Rework ActorViewer to use hooks (#5474)
* Rework ActorViewer to use hooks
* Rework ActorViewer to use hooks
* Remove ResetData
Diffstat (limited to 'soh/src/code')
| -rw-r--r-- | soh/src/code/z_actor.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/soh/src/code/z_actor.c b/soh/src/code/z_actor.c index b70408d8f..0b9d20bc5 100644 --- a/soh/src/code/z_actor.c +++ b/soh/src/code/z_actor.c @@ -3401,6 +3401,8 @@ Actor* Actor_Spawn(ActorContext* actorCtx, PlayState* play, s16 actorId, f32 pos Actor_Init(actor, play); gSegments[6] = temp; + GameInteractor_ExecuteOnActorSpawn(actor); + return actor; } |
