diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2024-10-21 01:05:53 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-20 07:05:53 -0700 |
| commit | 781d1d111936bf17063d0a925f9f60ca04ab7507 (patch) | |
| tree | 814769144cfc329452c01ffe306c7244dfacc3a6 /docs/tutorial/documenting.md | |
| parent | 1b7c9ecb88fe542ebd383053f480b156ab832a5a (diff) | |
Target -> Attention (System Rename) Part 2 (#1721)
* remaining attention rename
* cleanup
Diffstat (limited to 'docs/tutorial/documenting.md')
| -rw-r--r-- | docs/tutorial/documenting.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/documenting.md b/docs/tutorial/documenting.md index 8bc205b9e..d307ce41a 100644 --- a/docs/tutorial/documenting.md +++ b/docs/tutorial/documenting.md @@ -64,7 +64,7 @@ static void* D_80C106B0[4] = { object_bg_Tex_00F8F0, object_bg_Tex_00FCF0, objec // 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), }; |
