diff options
| author | Tal Hayon <talhayon1@gmail.com> | 2022-07-16 08:32:59 +0300 |
|---|---|---|
| committer | Tal Hayon <talhayon1@gmail.com> | 2022-07-16 08:32:59 +0300 |
| commit | feb2565528b60f06df0ce863f5ae8d06a3db0d36 (patch) | |
| tree | 3a1604b5bb429d58228a267d641d84258b7bba73 /src | |
| parent | 542b20b914446cfc9e74bee676f5e59f44121e61 (diff) | |
Match sub_0802626C
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(); + } +} |
