1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2024-11-14 21:40:03 +00:00

[ntsc-1.2] Match z_en_ge3 (#2078)

* Match z_en_ge3

* change
This commit is contained in:
Dragorn421 2024-08-26 15:20:29 +02:00 committed by GitHub
parent 1d275fa9a5
commit c6d29691d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -237,6 +237,7 @@ s32 EnGe3_OverrideLimbDraw(PlayState* play, s32 limbIndex, Gfx** dList, Vec3f* p
// Turn head
case GELDB_LIMB_HEAD:
rot->x += this->headRot.y;
#if PLATFORM_GC
FALLTHROUGH;
// This is a hack to fix the color-changing clothes this Gerudo has on N64 versions
default:
@ -260,6 +261,7 @@ s32 EnGe3_OverrideLimbDraw(PlayState* play, s32 limbIndex, Gfx** dList, Vec3f* p
break;
}
CLOSE_DISPS(play->state.gfxCtx, "../z_en_ge3.c", 566);
#endif
break;
}
return false;