diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2024-10-24 11:44:44 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-23 17:44:44 -0700 |
| commit | d60a032b114484a67add15bbfd6ba6a958a5bee3 (patch) | |
| tree | 677086bc1ab52d63a7a88aba3e6ae49bcbf3c034 /docs/tutorial/documenting.md | |
| parent | 5a958cad4d5ee29bab345381fd2f366ad620beb1 (diff) | |
Further Attention Docs (#1732)
* more attention docs
* more docs
* cleanup
* more cleanup
* spacing
* more attention docs
* small cleanup
* consistency
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 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; |
