diff options
| author | Tal Hayon <talhayon1@gmail.com> | 2022-08-08 20:03:12 +0300 |
|---|---|---|
| committer | Tal Hayon <talhayon1@gmail.com> | 2022-08-08 20:03:12 +0300 |
| commit | 79bae9cd8a7891dd4545649fa196aad5a36237d2 (patch) | |
| tree | 1e59403522cbeeaa36c33ca34662f17c49866639 /src/enemy/chuchuBoss.c | |
| parent | 22cbdd2fd645a5525a6ef0c9b8ee8ec11af9e9aa (diff) | |
Various documentations
Diffstat (limited to 'src/enemy/chuchuBoss.c')
| -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 d86f012c..ea2eab93 100644 --- a/src/enemy/chuchuBoss.c +++ b/src/enemy/chuchuBoss.c @@ -613,7 +613,7 @@ void sub_08026414(ChuchuBossEntity* this) { Entity* child; if (this->unk_7c-- == 0) { - super->z.HALF.HI = 0xff40; + super->z.HALF.HI = -192; child = super->child; parent = super->parent; this->unk_68->base.spriteSettings.draw = 1; |
