diff options
| author | Alejandro Asenjo Nitti <96613413+sonicdcer@users.noreply.github.com> | 2024-09-17 02:04:15 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-17 02:04:15 -0300 |
| commit | 0022481a0394fe24a215bfe57167bda599a55393 (patch) | |
| tree | 872539bdd2a21fb99cc0d1967379c81c94181ae5 /src/engine/fox_effect.c | |
| parent | 53363d66192a83996b9c2c874ff7f18e69068311 (diff) | |
ActorCutsceneModels Enum (#274)
* ActorCutsceneModels
* ACTOR_CS_FO_EXPLOSION
* update
Diffstat (limited to 'src/engine/fox_effect.c')
| -rw-r--r-- | src/engine/fox_effect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/fox_effect.c b/src/engine/fox_effect.c index 4133d968..a64f8914 100644 --- a/src/engine/fox_effect.c +++ b/src/engine/fox_effect.c @@ -461,7 +461,7 @@ void func_effect_80078AE0(Effect* this) { void Effect_Effect355_Draw(Effect355* this) { gDPSetPrimColor(gMasterDisp++, 0, 0, 255, 255, 255, 180); Graphics_SetScaleMtx(this->scale2 * (13.0f + ((s32) (gGameFrameCount % 2U) * 2.5f))); - gSPDisplayList(gMasterDisp++, D_102ED50); + gSPDisplayList(gMasterDisp++, aBlueSphereDL); } void Effect_Effect353_Draw(Effect353* this) { |
