This commit is contained in:
Elliptic Ellipsis
2022-06-28 03:28:39 +01:00
parent 890a554427
commit 598896cefd
12 changed files with 12 additions and 17 deletions
+1 -1
View File
@@ -246,7 +246,7 @@ void MiscManager_Type5(MiscManager* this) {
case 1:
if (CheckFlags(this->unk_3e)) {
RequestPriorityDuration((Entity*)this, 75);
super->timer = 45;;
super->timer = 45;
super->action++;
}
}
+1 -1
View File
@@ -78,7 +78,7 @@ void sub_080588F8(RollingBarrelManager* this) {
case 0xa0:
case 0xf0:
this->unk_28 = this->unk_24.HALF.HI;
super->subtimer = 45;;
super->subtimer = 45;
SoundReq(SFX_BARREL_ROLL_STOP);
}
}
+2 -2
View File
@@ -83,7 +83,7 @@ void VaatiAppearingManager_Action1(VaatiAppearingManager* this) {
case 1:
if (--this->field_0x20 == 0x10) {
super->subAction = 2;
super->timer = 45;;
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 = 45;;
super->timer = 45;
this->field_0x20 = 1;
gScreen.lcd.displayControl |= DISPCNT_BG3_ON;
break;