mirror of
https://github.com/zeldaret/tmc
synced 2026-08-20 22:24:01 -04:00
dungeon stuff
This commit is contained in:
@@ -343,9 +343,9 @@ void OctorokBoss_Hit_SubAction6(Entity* this) {
|
||||
if (GET_TIMER(this) == 0) {
|
||||
if ((gScreenTransition.frameCount & 0xfU) == 0) {
|
||||
// Explosion in the center
|
||||
CreateFx(this, 0x48, 0);
|
||||
CreateFx(this, FX_GIANT_EXPLOSION3, 0);
|
||||
// Explosion at the front right leg
|
||||
CreateFx(GET_HELPER(this)->legObjects[0], 0x48, 0);
|
||||
CreateFx(GET_HELPER(this)->legObjects[0], FX_GIANT_EXPLOSION3, 0);
|
||||
}
|
||||
if (++this->field_0x82.HALF.LO == 0x79) {
|
||||
GET_HELPER(this)->mouthObject->health = 1;
|
||||
|
||||
@@ -341,7 +341,7 @@ void VaatiTransfiguredType0Action3(Entity* this) {
|
||||
this->field_0x86.HALF.LO = 0;
|
||||
sub_080408EC(this);
|
||||
} else {
|
||||
if (((this->actionDelay & 1) != 0) && (pEVar3 = CreateObject(0x9b, 1, 0xff), pEVar3 != NULL)) {
|
||||
if (((this->actionDelay & 1) != 0) && (pEVar3 = CreateObject(OBJECT_9B, 1, 0xff), pEVar3 != NULL)) {
|
||||
pEVar3->parent = this;
|
||||
CopyPosition(this, pEVar3);
|
||||
pEVar3->x.HALF.HI += (Random() & 0xf) - 7;
|
||||
|
||||
Reference in New Issue
Block a user