diff options
| author | Reinmmar <herwig.orlich@gmail.com> | 2023-09-19 09:56:29 +0200 |
|---|---|---|
| committer | Reinmmar <herwig.orlich@gmail.com> | 2023-09-19 09:56:29 +0200 |
| commit | 20483c258af363bd75c8b2a4f89403cb5e451900 (patch) | |
| tree | 4f8ff8078d269cfa3a8cd797ef374049c1fc07ce /src/enemy | |
| parent | b4cf2f7a92daadc50222ef92cde3dd7ab20a5de9 (diff) | |
Had a wrong name for an animation
Diffstat (limited to 'src/enemy')
| -rw-r--r-- | src/enemy/chuchuBoss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/enemy/chuchuBoss.c b/src/enemy/chuchuBoss.c index ad64876b..2ea26212 100644 --- a/src/enemy/chuchuBoss.c +++ b/src/enemy/chuchuBoss.c @@ -554,7 +554,7 @@ void sub_080262A8(ChuchuBossEntity* this) { super->timer = 1; sub_080276F4(super, 6, 1); if (super->type2 == 0) { - gPlayerState.animation = ANIM_DOOR; + gPlayerState.animation = ANIM_WALK; this->unk_84->unk_03 = 1; } else { this->unk_7c = 0; |
