mirror of
https://github.com/zeldaret/tmc
synced 2026-07-31 08:06:30 -04:00
Even more
This commit is contained in:
@@ -52,7 +52,7 @@ void AngryStatueManager_Init(AngryStatueManager* this) {
|
||||
|
||||
void AngryStatueManager_Action1(AngryStatueManager* this) {
|
||||
if (--super->subtimer == 0) {
|
||||
super->subtimer = 0xb4;
|
||||
super->subtimer = 180;
|
||||
}
|
||||
if (this->field_0x36 == 0xf) {
|
||||
super->action = 2;
|
||||
|
||||
@@ -246,7 +246,7 @@ void MiscManager_Type5(MiscManager* this) {
|
||||
case 1:
|
||||
if (CheckFlags(this->unk_3e)) {
|
||||
RequestPriorityDuration((Entity*)this, 0x4b);
|
||||
super->timer = 0x2d;
|
||||
super->timer = 45;;
|
||||
super->action++;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -78,7 +78,7 @@ void sub_080588F8(RollingBarrelManager* this) {
|
||||
case 0xa0:
|
||||
case 0xf0:
|
||||
this->unk_28 = this->unk_24.HALF.HI;
|
||||
super->subtimer = 0x2D;
|
||||
super->subtimer = 45;;
|
||||
SoundReq(SFX_BARREL_ROLL_STOP);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -406,7 +406,7 @@ void sub_0805A89C(TempleOfDropletsManager* this) {
|
||||
super->action = 1;
|
||||
super->flags |= ENT_PERSIST;
|
||||
super->timer = 8;
|
||||
super->subtimer = 0x10;
|
||||
super->subtimer = 16;
|
||||
this->unk_21 = 0;
|
||||
this->unk_22 = 0;
|
||||
this->unk_20 = gRoomControls.room;
|
||||
@@ -498,7 +498,7 @@ void sub_0805AA58(TempleOfDropletsManager* this) {
|
||||
LoadPalettes(gUnk_085A97A0[this->unk_21].unk_00, 5, 1);
|
||||
}
|
||||
if (--super->subtimer == 0) {
|
||||
super->subtimer = 0x10;
|
||||
super->subtimer = 16;
|
||||
this->unk_22 += 1;
|
||||
this->unk_22 &= 0xF;
|
||||
gScreen.controls.alphaBlend = gUnk_081085B8[this->unk_22];
|
||||
|
||||
@@ -45,7 +45,7 @@ void TilePuzzleManager_Main(TilePuzzleManager* this) {
|
||||
if (--super->timer == 0) {
|
||||
super->action = SUCCEEDED;
|
||||
// set up delay for setting the flag/playing the success sfx
|
||||
super->timer = 0x40;
|
||||
super->timer = 64;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -83,7 +83,7 @@ void VaatiAppearingManager_Action1(VaatiAppearingManager* this) {
|
||||
case 1:
|
||||
if (--this->field_0x20 == 0x10) {
|
||||
super->subAction = 2;
|
||||
super->timer = 0x2d;
|
||||
super->timer = 45;;
|
||||
}
|
||||
break;
|
||||
case 2:
|
||||
@@ -110,7 +110,7 @@ void VaatiAppearingManager_Action2(VaatiAppearingManager* this) {
|
||||
switch (super->subAction) {
|
||||
case 0:
|
||||
super->subAction = 1;
|
||||
super->timer = 0x2d;
|
||||
super->timer = 45;;
|
||||
this->field_0x20 = 1;
|
||||
gScreen.lcd.displayControl |= DISPCNT_BG3_ON;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user