diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2023-01-10 19:03:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-10 13:03:31 -0500 |
| commit | 542012efa68d110d6b631f9d149f6e5f4e68cc8e (patch) | |
| tree | 6da8592b14b6be82219c09189ad8aeef537362a3 /src/code/code_800BB0A0.c | |
| parent | b4c97ce17eb35329b4a7e3d98d7f06d558683f6d (diff) | |
Fix misc 19 (#1488)
* "bgs sword" -> "biggoron sword"
* Animation_ChangeImpl: last arg is `ANIMTAPER_` enum
* TransitionTileStatus -> state
* Tiny gbi.h formatting fixups
* some cleanup on floormaster
* misc float ops cleanup
* sunsSongState = SUNSSONG_INACTIVE
* continueFlag == CS_CMD_STOP
* fix few camera names inconsistency
* textual 0 padding? not on my lawn
* libultra: construct address from end of dmem rather than oob from imem
* more free1 -> 2 fixup
Diffstat (limited to 'src/code/code_800BB0A0.c')
| -rw-r--r-- | src/code/code_800BB0A0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/code_800BB0A0.c b/src/code/code_800BB0A0.c index 8dfd375e1..e525a0069 100644 --- a/src/code/code_800BB0A0.c +++ b/src/code/code_800BB0A0.c @@ -61,7 +61,7 @@ s32 func_800BB2B4(Vec3f* pos, f32* roll, f32* fov, CutsceneCameraPoint* point, s } *curFrame += advance; if (*curFrame >= 1) { - if (point[++*keyFrame + 3].continueFlag == -1) { + if (point[++*keyFrame + 3].continueFlag == CS_CMD_STOP) { *keyFrame = 0; ret = true; } |
