diff options
| author | Reinmmar <herwig.orlich@gmail.com> | 2023-09-17 21:07:48 +0200 |
|---|---|---|
| committer | Reinmmar <herwig.orlich@gmail.com> | 2023-09-17 21:07:48 +0200 |
| commit | ab3e4ef0f4d0e7c081ccc00b283df15324629489 (patch) | |
| tree | a921ba1820b378cb6042fb6f483f8ddd04ff89ca /src/enemy | |
| parent | e994fab66a6ef731908b0655f3c8d2bbb8b4ac5d (diff) | |
Labeled one Portal Type and some animations
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 ab565a0d..ad64876b 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 = 0x104; + gPlayerState.animation = ANIM_DOOR; this->unk_84->unk_03 = 1; } else { this->unk_7c = 0; |
