From d60a032b114484a67add15bbfd6ba6a958a5bee3 Mon Sep 17 00:00:00 2001 From: engineer124 <47598039+engineer124@users.noreply.github.com> Date: Thu, 24 Oct 2024 11:44:44 +1100 Subject: Further Attention Docs (#1732) * more attention docs * more docs * cleanup * more cleanup * spacing * more attention docs * small cleanup * consistency --- docs/tutorial/documenting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tutorial/documenting.md') diff --git a/docs/tutorial/documenting.md b/docs/tutorial/documenting.md index d307ce41a..56ed9772c 100644 --- a/docs/tutorial/documenting.md +++ b/docs/tutorial/documenting.md @@ -65,7 +65,7 @@ static void* D_80C106B0[4] = { object_bg_Tex_00F8F0, object_bg_Tex_00FCF0, objec // static InitChainEntry sInitChain[] = { static InitChainEntry D_80C106C0[] = { ICHAIN_U8(attentionRangeType, 6, ICHAIN_CONTINUE), - ICHAIN_F32(targetArrowOffset, 1000, ICHAIN_STOP), + ICHAIN_F32(lockOnArrowOffset, 1000, ICHAIN_STOP), }; static s32 D_80C106C8 = 0; -- cgit v1.2.3