diff options
| author | Tom Overton <tom-overton@users.noreply.github.com> | 2022-08-15 11:51:38 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-15 14:51:38 -0400 |
| commit | 78684187fefadb54ef551f189f159f2f8364e5e3 (patch) | |
| tree | d20fd090a48257b9b952b62b15c7e63d965fc088 /docs/tutorial/object_decomp_example.md | |
| parent | 132dd6a373e84f97f60b45372bf3c9c90d92f2a6 (diff) | |
Make names related to animations more consistent (#998)
* Make names related to animations more consistent
* Standardize on sAnimationInfo
* Respond to hensldm's review
* Standardize on ChangeAnim
* Respond to hensldm's review
* Small formatting thing
* Consistency after merging master
* A few more things I missed
* Respond to Elliptic's review
* Some more stuff that was requested
Diffstat (limited to 'docs/tutorial/object_decomp_example.md')
| -rw-r--r-- | docs/tutorial/object_decomp_example.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/object_decomp_example.md b/docs/tutorial/object_decomp_example.md index 0917ebdd4..d1cc4738a 100644 --- a/docs/tutorial/object_decomp_example.md +++ b/docs/tutorial/object_decomp_example.md @@ -110,7 +110,7 @@ After naming the animations, the end result will look something like this: Once again, we can run `./extract_assets.py -s objects/object_dns` to extract the object, and we can update the animation names in `z_en_dns.c` to use our new names like so: ```c -static AnimationInfoS sAnimations[] = { +static AnimationInfoS sAnimationInfo[] = { { &gKingsChamberDekuGuardIdleAnim, 1.0f, 0, -1, ANIMMODE_LOOP, 0 }, { &gKingsChamberDekuGuardIdleAnim, 1.0f, 0, -1, ANIMMODE_LOOP, -4 }, { &gKingsChamberDekuGuardWalkAnim, 1.0f, 0, -1, ANIMMODE_LOOP, 0 }, |
