Should be the rest of them

This commit is contained in:
Elliptic Ellipsis
2022-06-22 00:00:57 +01:00
parent 66fb42033d
commit 69568e03b0
94 changed files with 213 additions and 209 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ void BombableWallManager_Init(BombableWallManager* this) {
void BombableWallManager_Action1(BombableWallManager* this) {
if (sub_080B1AE0(this->tile, this->field_0x35) != 0x2e) {
super->action = 2;
super->timer = 0x5a;
super->timer = 90;
sub_0805C02C(this);
SetLocalFlag(this->field_0x3e);
}
+1 -1
View File
@@ -40,7 +40,7 @@ void BridgeManager_Init(BridgeManager* this) {
this->unk_2c = gUnk_08108034[tmp];
this->unk_2e = gUnk_08108034[tmp + 1];
this->unk_32 = ((super->type2 >> 2) & 0xF) + 1;
super->timer = 0x1C;
super->timer = 28;
super->subtimer = 0;
super->action = (super->type2 & 0x80) ? 2 : 1;
if (super->action != 2 || !CheckFlags(this->flags))
+1 -1
View File
@@ -19,7 +19,7 @@ void HyruleTownBellManager_Main(HyruleTownBellManager* this) {
if (super->action == 0) {
if (x < 0x20 && y < 0x20 && gPlayerEntity.z.HALF.HI < -0x18 && gPlayerState.framestate == PL_STATE_CAPE) {
super->action++;
super->timer = 0x5a;
super->timer = 90;
SoundReq(SFX_10A);
}
} else {
+1 -1
View File
@@ -62,7 +62,7 @@ void LightManager_Main(LightManager* this) {
sub_0801E154(uVar3);
this->unk20 = 0;
} else if ((gRoomTransition.frameCount & 3) == 0) {
super->subtimer += 0x10;
super->subtimer += 16;
sVar1 = gSineTable[super->subtimer];
this->unk20 = sVar1 >> 7;
sub_0801E154(uVar3 + this->unk20);
+1 -1
View File
@@ -33,7 +33,7 @@ void RainfallManager_Action1(RainfallManager* this) {
if (--super->timer == 0) {
Entity* waterDrop;
super->timer = 0xf;
super->timer = 15;
waterDrop = CreateEnemy(WATER_DROP, 0);
if (waterDrop != NULL) {
waterDrop->x.HALF.HI = gRoomControls.scroll_x + 0x78 + gUnk_08108C6C[Random() & 7];
+1 -1
View File
@@ -40,7 +40,7 @@ void TileChangeObserveManager_Init(TileChangeObserveManager* this) {
void TileChangeObserveManager_Action1(TileChangeObserveManager* this) {
if (this->initialTile != this->observedTile[0]) {
super->action++;
super->timer = 0xf;
super->timer = 15;
}
}
+1 -1
View File
@@ -117,7 +117,7 @@ void VaatiAppearingManager_Action2(VaatiAppearingManager* this) {
case 1:
if (--super->timer == 0) {
super->subAction = 2;
super->timer = 0x14;
super->timer = 20;
}
break;
case 2: