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/data.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/tutorial/data.md') diff --git a/docs/tutorial/data.md b/docs/tutorial/data.md index d5a764f11..512f659f8 100644 --- a/docs/tutorial/data.md +++ b/docs/tutorial/data.md @@ -60,7 +60,7 @@ static void* D_80C106B0[4] = { (void*)0x600F8F0, (void*)0x600FCF0, (void*)0x6010 // 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; @@ -116,7 +116,7 @@ static void* D_80C106B0[4] = { (void*)0x600F8F0, (void*)0x600FCF0, (void*)0x6010 // 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