diff options
| author | Jordan Longstaff <JordanLongstaff@users.noreply.github.com> | 2025-12-06 18:32:14 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-06 15:32:14 -0800 |
| commit | f6b17e23584c17fd2d6ec0d1867b8e395a0ed747 (patch) | |
| tree | 3ee7b9d216ec5f3c1169c3331f83f6be641fb7d0 /src/code/cutscene_camera.c | |
| parent | f973883b060874f5ed6c4dd08a8fda2d5ba1b0d4 (diff) | |
Document textbox types, backgrounds and two related global array variables (#1835)
* Document `D_801CFC78`, `func_80150A84` and textbox types
* Format
* Textbox background enum
* More enum usages
* Rename D_801D03A8
* Fix value of TEXTBOX_BG_NONE
* Convert background type enum to macros
* Restore enum, fix BSS ordering
* Rename to SetTextboxColor
* More BSS fixing
Diffstat (limited to 'src/code/cutscene_camera.c')
| -rw-r--r-- | src/code/cutscene_camera.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/code/cutscene_camera.c b/src/code/cutscene_camera.c index 8c7d5538b..195a9d4e0 100644 --- a/src/code/cutscene_camera.c +++ b/src/code/cutscene_camera.c @@ -4,6 +4,8 @@ #include "z64olib.h" +#pragma increment_block_number "n64-us:128" + CutsceneCamera* sCurCsCamera; typedef s16 (*CsCamInterpolateCallback)(Vec3f*, f32*, s16*, CsCmdCamPoint*, CsCmdCamMisc*, CutsceneCameraInterp*); |
