Skip to content

Commit

Permalink
Fix Venom1_Ve1Golemech_Update unequivalency
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicdcer committed Jan 4, 2025
1 parent 4c7aeef commit 48cb13a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/overlays/ovl_i1/fox_ve1.c
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,8 @@ void Venom1_80193D64(s32 limbIndex, Vec3f* rot, void* thisx) {
}

#ifdef NON_MATCHING
// Lots of problems with loop at 2082. Seems related to spE8. https://decomp.me/scratch/gOy2L
// Lots of problems with loop at 2082. Seems related to spE8.
// https://decomp.me/scratch/9bwdD
void Venom1_Ve1Golemech_Update(Ve1Golemech* this) {
s32 is0;
Vec3f sp118[27];
Expand Down Expand Up @@ -1598,8 +1599,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;
Expand Down

0 comments on commit 48cb13a

Please sign in to comment.