From 846630e2cbc512124ca548d997f1f6fe11ca7390 Mon Sep 17 00:00:00 2001 From: Sonic Dreamcaster Date: Tue, 19 Nov 2024 15:38:48 -0300 Subject: add team faces inside arwings --- src/engine/fox_demo.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/engine') diff --git a/src/engine/fox_demo.c b/src/engine/fox_demo.c index 1b8e6f33..356335a3 100644 --- a/src/engine/fox_demo.c +++ b/src/engine/fox_demo.c @@ -99,6 +99,10 @@ void func_demo_80048CC4(ActorCutscene* this, s32 index) { this->animFrame = ACTOR_CS_GREAT_FOX; } else { this->iwork[11] = 1; + + // @port: Setup team faces + this->iwork[14] = index + 2; + AUDIO_PLAY_SFX(NA_SE_ARWING_ENGINE_FG, this->sfxSource, 4); } } @@ -686,6 +690,9 @@ void func_demo_8004A700(ActorCutscene* this, s32 index) { this->obj.rot.z = D_demo_800CA074[index]; this->iwork[11] = 1; Object_SetInfo(&this->info, this->obj.id); + + // @port set team faces + this->iwork[14] = index + 2; AUDIO_PLAY_SFX(NA_SE_ARWING_ENGINE_FG, this->sfxSource, 4); } -- cgit v1.2.3