summaryrefslogtreecommitdiff
path: root/src/enemy/vaatiTransfigured.c
diff options
context:
space:
mode:
authorElliptic Ellipsis <elliptic.ellipsis@gmail.com>2022-06-21 23:12:06 +0100
committerElliptic Ellipsis <elliptic.ellipsis@gmail.com>2022-06-21 23:12:06 +0100
commit0e60387579b44e5e248a2326c7c089863a1675bc (patch)
treef38488ac229d7e00af405609cc0f744ba53af3ab /src/enemy/vaatiTransfigured.c
parent2cd62531cc512bf33e1d7957d443ccc90141226d (diff)
InitScreenShake time -> dec
Diffstat (limited to 'src/enemy/vaatiTransfigured.c')
-rw-r--r--src/enemy/vaatiTransfigured.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/enemy/vaatiTransfigured.c b/src/enemy/vaatiTransfigured.c
index c9b59664..8a798b54 100644
--- a/src/enemy/vaatiTransfigured.c
+++ b/src/enemy/vaatiTransfigured.c
@@ -272,7 +272,7 @@ void VaatiTransfiguredType0Action3(Entity* this) {
this->timer = 0xc0;
COLLISION_ON(this);
SoundReq(SFX_14C);
- InitScreenShake(0x14, 4);
+ InitScreenShake(20, 4);
break;
case 1:
if (--this->timer == 0) {
@@ -327,7 +327,7 @@ void VaatiTransfiguredType0Action3(Entity* this) {
this->field_0x86.HALF.LO = 0;
sub_080408EC(this);
SoundReq(SFX_14C);
- InitScreenShake(0x1e, 4);
+ InitScreenShake(30, 4);
} else {
if (this->subtimer != 0) {
if (--this->subtimer == 0) {
@@ -405,7 +405,7 @@ void VaatiTransfiguredType0Action4(Entity* this) {
this->subtimer = 1;
}
SoundReq(SFX_14C);
- InitScreenShake(0x1e, 4);
+ InitScreenShake(30, 4);
break;
case 2:
if (--this->timer == 0) {
@@ -1075,7 +1075,7 @@ void sub_080409B0(Entity* this) {
}
} else {
if (((this->contactFlags & 0x80) != 0) && (0 < this->iframes)) {
- InitScreenShake(0xc, 1);
+ InitScreenShake(12, 1);
SoundReq(SFX_BOSS_HIT);
}
if ((this->contactFlags == 0x8a) && (gPlayerState.chargeState.action == 5)) {