summaryrefslogtreecommitdiff
path: root/src/code_800029B0.c
diff options
context:
space:
mode:
authorcoco875 <pereira.jannin@gmail.com>2025-01-05 01:32:27 +0100
committercoco875 <pereira.jannin@gmail.com>2025-01-05 01:32:27 +0100
commit49df2fc6e551138c367fb6b541ced77e9cf6e123 (patch)
treea1ce132c50fea44973016b765fcfac5fb7d4e955 /src/code_800029B0.c
parent4dfc8a9fef29af9319d7c145ba7190540ccd9d02 (diff)
multiple fix
Diffstat (limited to 'src/code_800029B0.c')
-rw-r--r--src/code_800029B0.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/code_800029B0.c b/src/code_800029B0.c
index c1c784d51..5dcba11e3 100644
--- a/src/code_800029B0.c
+++ b/src/code_800029B0.c
@@ -55,7 +55,7 @@ u16 D_800DC5E4 = 0;
//! @todo gPlayerWinningIndex (D_800DC5E8) accessed as word, D_800DC5EB as u8
s32 gPlayerWinningIndex = 0;
-ALIGNED16 struct UnkStruct_800DC5EC D_8015F480[4];
+ALIGNED16 struct UnkStruct_800DC5EC D_8015F480[4] = { 0 };
struct UnkStruct_800DC5EC* D_800DC5EC = &D_8015F480[0];
struct UnkStruct_800DC5EC* D_800DC5F0 = &D_8015F480[1];
struct UnkStruct_800DC5EC* D_800DC5F4 = &D_8015F480[2];
@@ -124,8 +124,8 @@ Vec3f D_8015F768;
Vec3f D_8015F778;
f32 gCourseDirection; // Extra mode, flips vertices.
-s32 gNumScreens; // Set to zero in single player mode
-s32 D_8015F790[64]; // Unknown data, potentially not used.
+s32 gNumScreens; // Set to zero in single player mode
+s32 D_8015F790[64]; // Unknown data, potentially not used.
u16 D_8015F890;
u16 D_8015F892;
u16 D_8015F894;