From 56efac01e15bdbcf62115da1b665a0125c1cc058 Mon Sep 17 00:00:00 2001 From: Sonic Dreamcaster Date: Sat, 4 Jan 2025 04:59:30 -0300 Subject: [PATCH] fix Golemech electricity effect --- src/overlays/ovl_i1/fox_ve1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/overlays/ovl_i1/fox_ve1.c b/src/overlays/ovl_i1/fox_ve1.c index 370a3cdb..6800614e 100644 --- a/src/overlays/ovl_i1/fox_ve1.c +++ b/src/overlays/ovl_i1/fox_ve1.c @@ -1597,8 +1597,8 @@ void Venom1_Ve1Golemech_Update(Ve1Golemech* this) { case 2: if (D_i1_8019A500[this->dmgPart] == 15) { AUDIO_PLAY_SFX(NA_SE_EN_VEBOSS_DAMAGE, this->sfxSource, 4); - D_i1_8019B838[15].unk_02[2] = 10; - D_i1_8019B838[15].unk_02[3] = 0; + D_i1_8019B838[15].unk_02[3] = 10; + D_i1_8019B838[15].unk_02[4] = 0; D_i1_8019B838[15].unk_7C |= 0x80; if (this->health > 0) { this->health -= this->damage;