diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2022-08-05 21:04:33 +0200 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2022-08-05 22:39:02 +0200 |
| commit | 167710b4d400e47d8be7e6d52dee65b2f3caee12 (patch) | |
| tree | d7b6b7c572730cb2ce0ecbecc5c25d897d6a68d4 /src/object/linkAnimation.c | |
| parent | aa57b04756b7d8a175389075ee705c71a81963af (diff) | |
Decompile some functions
Diffstat (limited to 'src/object/linkAnimation.c')
| -rw-r--r-- | src/object/linkAnimation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/linkAnimation.c b/src/object/linkAnimation.c index fa76b9dc..7d5d2cae 100644 --- a/src/object/linkAnimation.c +++ b/src/object/linkAnimation.c @@ -113,7 +113,7 @@ void LinkAnimation_Action8(LinkAnimationEntity* this) { gPlayerState.field_0x27[0] = this->unk_6e; gPlayerState.mobility = this->unk_6f; gPlayerState.flags = this->unk_70; - gPlayerState.field_0x82[8] = this->unk_74; + gPlayerState.field_0x8a = this->unk_74; } break; } |
