From f5dfd3e2fcfa246140c418796f02f618ccf9e690 Mon Sep 17 00:00:00 2001 From: Dragorn421 Date: Thu, 12 Jun 2025 14:27:51 +0200 Subject: [PATCH] backticks around at, eye --- src/code/z_camera_data.inc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/code/z_camera_data.inc.c b/src/code/z_camera_data.inc.c index bf3baeecf8..9f724ec084 100644 --- a/src/code/z_camera_data.inc.c +++ b/src/code/z_camera_data.inc.c @@ -2574,8 +2574,8 @@ s32 sCameraLetterboxSize = 32; s32 D_8011D3AC = -1; -// Used in Camera_KeepOn3 and Camera_KeepOn4 to check around an at position for an eye position such that the at-eye -// segment is not obstructed by collision or colliders. +// Used in Camera_KeepOn3 and Camera_KeepOn4 to check around an `at` position for an `eye` position such that the +// `at`-`eye` segment is not obstructed by collision or colliders. s16 sCamCheckAroundOffsetsYaw[] = { 0x0AAA, -0x0AAA, 0x1555, -0x1555, 0x2AAA, -0x2AAA, 0x3FFF, -0x3FFF, 0x5555, -0x5555, 0x6AAA, -0x6AAA, 0x7FFF, 0x0000,