summaryrefslogtreecommitdiff
path: root/src/engine/fox_context.c
diff options
context:
space:
mode:
authorNicholas Estelami <NEstelami@users.noreply.github.com>2025-03-28 03:25:11 -0400
committerGitHub <noreply@github.com>2025-03-28 04:25:11 -0300
commit30ec4720c06dd3418641226a6d320067f2706700 (patch)
tree39a6a83b02325b4a027d260854a84f50b5abcfcc /src/engine/fox_context.c
parentea4254984225884476c66da8563166505bfd4aee (diff)
Floor Scrolling Interpolation (#176)
* Floor Scrolling Interpolation * Scrolling Improvements * Fix scroll stutter * bump LUS & Torch * missing prototype --------- Co-authored-by: Sonic Dreamcaster <alejandro.asenjo88@gmail.com>
Diffstat (limited to 'src/engine/fox_context.c')
-rw-r--r--src/engine/fox_context.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/fox_context.c b/src/engine/fox_context.c
index b5fa2454..25b1ec72 100644
--- a/src/engine/fox_context.c
+++ b/src/engine/fox_context.c
@@ -77,6 +77,7 @@ f32 gSavedPathProgress;
UNK_TYPE F_80177CB8;
f32 gWaterLevel;
f32 gPathGroundScroll;
+f32 gLastPathTexScroll;
f32 gPathTexScroll;
f32 gPathVelZ;
f32 gPathProgress;