diff options
| author | Elliptic Ellipsis <elliptic.ellipsis@gmail.com> | 2022-03-26 00:29:39 +0000 |
|---|---|---|
| committer | Elliptic Ellipsis <elliptic.ellipsis@gmail.com> | 2022-06-21 22:55:11 +0100 |
| commit | 2cd62531cc512bf33e1d7957d443ccc90141226d (patch) | |
| tree | b0c06f5977515ce2aa6fc75b46d590bdd3899407 /src/manager | |
| parent | 2283f80d21a4cd7010fde923bc08137f434f4496 (diff) | |
Some more actionDelays
Diffstat (limited to 'src/manager')
| -rw-r--r-- | src/manager/armosInteriorManager.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/manager/armosInteriorManager.c b/src/manager/armosInteriorManager.c index e10fa958..98587f46 100644 --- a/src/manager/armosInteriorManager.c +++ b/src/manager/armosInteriorManager.c @@ -53,11 +53,9 @@ void ArmosInteriorManager_Action1(ArmosInteriorManager* this) { void ArmosInteriorManager_Action2(ArmosInteriorManager* this) { static const u8 gUnk_08108D20[] = { 0x6F, 0x70, 0x71, 0x72, 0x71, 0x70 }; - u8 bVar1; - int iVar2; if (--super->timer == 0) { - super->timer = 0x14; + super->timer = 20; if (++super->subtimer > 5) { super->subtimer = 0; |
