From 6827229c83d1e8b11ea502395a3f7f223578968f Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Mon, 14 Jul 2025 19:53:30 -0700 Subject: [PATCH] refine 6x79 a bit --- src/CommandFormats.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CommandFormats.hh b/src/CommandFormats.hh index a9fee626..d78894e0 100644 --- a/src/CommandFormats.hh +++ b/src/CommandFormats.hh @@ -5211,9 +5211,9 @@ struct G_Unknown_6x78 { struct G_GogoBall_6x79 { G_UnusedHeader header; le_uint32_t unknown_a1 = 0; - le_uint32_t unknown_a2 = 0; + le_uint32_t angle = 0; VectorXZF ball_pos; - uint8_t unknown_a5 = 0; + uint8_t use_missile_sound = 0; parray unused; } __packed_ws__(G_GogoBall_6x79, 0x18);