diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2023-12-25 16:57:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-25 08:57:38 -0700 |
| commit | 7597ee4ea8610b514eb092b34eca9d379f11a428 (patch) | |
| tree | dc09ae9b2c99265e321e6516eac8dcc660eeb5c9 /include | |
| parent | 68347c23c57cd10eb219914a02df06091372fe4c (diff) | |
add bss variable to camera.c (#514)
* add bss variable to camera.c
* Rename bss_8001C4D0.s to bss_80164AB0.s
Diffstat (limited to 'include')
| -rw-r--r-- | include/variables.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/variables.h b/include/variables.h index 9e3e8c251..180f0bbfd 100644 --- a/include/variables.h +++ b/include/variables.h @@ -24,7 +24,6 @@ extern struct_D_8018CE10 D_8018CE10[]; extern Vec3f D_80165070[]; extern f32 D_80164510[]; -extern s32 D_80164A28; extern s16 gMatrixEffectCount; extern s16 D_80165020[]; |
