Rework ActorViewer to use hooks (#5474)

* Rework ActorViewer to use hooks

* Rework ActorViewer to use hooks

* Remove ResetData
This commit is contained in:
Rozelette
2025-05-23 20:47:08 -05:00
committed by GitHub
parent f2298c6a8e
commit 8b4cad1710
6 changed files with 142 additions and 150 deletions

View File

@@ -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;
}