Fix errors

This commit is contained in:
JordanLongstaff 2025-12-16 17:10:11 -05:00
parent 6dad90329e
commit 134f638b89
2 changed files with 3 additions and 3 deletions

View File

@ -469,7 +469,7 @@ void EnBombers2_Draw(Actor* thisx, PlayState* play) {
Gfx_SetupDL25_Opa(play->state.gfxCtx);
Gfx_SetupDL25_Xlu(play->state.gfxCtx);
gSPSegment(POLY_OPA_DISP++, 0x08, Lib_SegmentedToVirtual(sEyeTextures[this->eyeIndex]));
gSPSegment(POLY_OPA_DISP++, 0x09, Lib_SegmentedToVirtual(sWhiteShirtBackTex));
gSPSegment(POLY_OPA_DISP++, 0x09, Lib_SegmentedToVirtual(D_80C05920));
gSPSegment(POLY_OPA_DISP++, 0x0A, Lib_SegmentedToVirtual(sSetPrimColorDlPtr));
Scene_SetRenderModeXlu(play, 0, 1);
SkelAnime_DrawFlexOpa(play, this->skelAnime.skeleton, this->skelAnime.jointTable, this->skelAnime.dListCount,

View File

@ -17,8 +17,8 @@ typedef struct EnBombers2 {
/* 0x288 */ s16 headRotZ;
/* 0x28A */ s16 headRotX;
/* 0x28C */ UNK_TYPE1 pad_28C[2];
/* 0x28E */ s16 unk_28E;
/* 0x290 */ s16 unk_290;
/* 0x28E */ s16 headRotTargetZ;
/* 0x290 */ s16 headRotTargetX;
/* 0x292 */ UNK_TYPE1 pad_292[4];
/* 0x296 */ s16 unk_296;
/* 0x298 */ UNK_TYPE1 pad_298[4];