From 781d1d111936bf17063d0a925f9f60ca04ab7507 Mon Sep 17 00:00:00 2001 From: engineer124 <47598039+engineer124@users.noreply.github.com> Date: Mon, 21 Oct 2024 01:05:53 +1100 Subject: Target -> Attention (System Rename) Part 2 (#1721) * remaining attention rename * cleanup --- 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 ad3fdda71..d5a764f11 100644 --- a/docs/tutorial/data.md +++ b/docs/tutorial/data.md @@ -59,7 +59,7 @@ static void* D_80C106B0[4] = { (void*)0x600F8F0, (void*)0x600FCF0, (void*)0x6010 // static InitChainEntry sInitChain[] = { static InitChainEntry D_80C106C0[] = { - ICHAIN_U8(targetMode, 6, ICHAIN_CONTINUE), + ICHAIN_U8(attentionRangeType, 6, ICHAIN_CONTINUE), ICHAIN_F32(targetArrowOffset, 1000, ICHAIN_STOP), }; @@ -115,7 +115,7 @@ static void* D_80C106B0[4] = { (void*)0x600F8F0, (void*)0x600FCF0, (void*)0x6010 // static InitChainEntry sInitChain[] = { static InitChainEntry D_80C106C0[] = { - ICHAIN_U8(targetMode, 6, ICHAIN_CONTINUE), + ICHAIN_U8(attentionRangeType, 6, ICHAIN_CONTINUE), ICHAIN_F32(targetArrowOffset, 1000, ICHAIN_STOP), }; -- cgit v1.2.3