From 397d487ab4325cd0141030c2bfac43a8a7c506fb Mon Sep 17 00:00:00 2001 From: Anghelo Carvajal Date: Fri, 5 Aug 2022 18:38:47 -0400 Subject: [PATCH] Update src/overlays/actors/ovl_Shot_Sun/z_shot_sun.h Co-authored-by: EllipticEllipsis --- src/overlays/actors/ovl_Shot_Sun/z_shot_sun.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/overlays/actors/ovl_Shot_Sun/z_shot_sun.h b/src/overlays/actors/ovl_Shot_Sun/z_shot_sun.h index 5e596c97fc..3ba7f35d9a 100644 --- a/src/overlays/actors/ovl_Shot_Sun/z_shot_sun.h +++ b/src/overlays/actors/ovl_Shot_Sun/z_shot_sun.h @@ -18,6 +18,6 @@ typedef struct ShotSun { /* 0x194 */ Vec3s hitboxPos; /* 0x19A */ s16 timer; /* 0x19C */ s8 unk_19C; // leftover from OOT secret ocarina occurrence function. -} ShotSun; // size = 0x1A0 +} ShotSun; // size = 0x1A0 #endif // Z_SHOT_SUN_H