diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/enemy/chuchuBoss.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/enemy/chuchuBoss.c b/src/enemy/chuchuBoss.c index 73e78bad..87ab2a3d 100644 --- a/src/enemy/chuchuBoss.c +++ b/src/enemy/chuchuBoss.c @@ -521,3 +521,11 @@ void sub_08026110(ChuchuBossEntity* this) { sub_0800445C(super); } } + +void sub_0802626C(ChuchuBossEntity* this) { + gPauseMenuOptions.disabled = 1; + gUnk_080CC20C[this->unk_84->unk_03](this); + if (gPlayerEntity.action != 23 && gPlayerEntity.action != 15) { + sub_08078B48(); + } +} |
