mirror of
https://github.com/zeldaret/tmc
synced 2026-08-18 21:48:21 -04:00
Format
This commit is contained in:
@@ -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++;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user