diff options
| author | Tal Hayon <talhayon1@gmail.com> | 2022-07-18 13:02:10 +0300 |
|---|---|---|
| committer | Tal Hayon <talhayon1@gmail.com> | 2022-07-18 13:02:25 +0300 |
| commit | ae5e255bd6fdc8a3414f9a3df4f13425197569fc (patch) | |
| tree | f0dbd4d1a306e626ea4a301586cfbaa04ff51a85 /src | |
| parent | ca65dea5f671bc543ae356171ba165b5f14c2282 (diff) | |
Match sub_08027548
Diffstat (limited to 'src')
| -rw-r--r-- | src/enemy/chuchuBoss.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/enemy/chuchuBoss.c b/src/enemy/chuchuBoss.c index 247cbfd4..6e1fde96 100644 --- a/src/enemy/chuchuBoss.c +++ b/src/enemy/chuchuBoss.c @@ -1405,3 +1405,10 @@ void sub_080272D4(ChuchuBossEntity* this) { super->contactFlags = 0; UpdateAnimationSingleFrame(super); } + +void sub_08027548(ChuchuBossEntity* this, u32 param_2) { + super->subAction = 1; + sub_08027B98(this, 0x90, 0xb0, 8, 0xff); + this->unk_7d = 0; + sub_080276F4(this, 0, param_2); +} |
