Skip to content

Commit

Permalink
seg2 header
Browse files Browse the repository at this point in the history
  • Loading branch information
AloXado320 committed Sep 26, 2024
1 parent f8446b8 commit c86a906
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/code_80091750.c
Original file line number Diff line number Diff line change
Expand Up @@ -2514,7 +2514,6 @@ Gfx* func_800959F8(Gfx* displayListHead, Vtx* arg1) {
} else {
index = ((gTextColor * 2) + ((s32) gGlobalTimer % 2)) - 4;
}

#ifdef AVOID_UB
gSPVertex(displayListHead++, arg1, 2, 0);
gSPVertex(displayListHead++, &arg1[(index + 1) * 2], 2, 2);
Expand Down
2 changes: 2 additions & 0 deletions src/data_segment2.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ extern Gfx D_020077A8[];
extern Gfx D_020077D8[];
extern Gfx D_020077F8[];
extern Gfx D_02007818[];
#ifndef AVOID_UB
extern Gfx D_02007838[];
extern Gfx D_02007858[];
extern Gfx D_02007878[];
Expand All @@ -41,6 +42,7 @@ extern Gfx D_02007AB8[];
extern Gfx D_02007AD8[];
extern Gfx D_02007AF8[];
extern Gfx D_02007B18[];
#endif
extern Gfx D_02007F18[];
extern Gfx D_02007F48[];
extern Gfx D_02007F60[];
Expand Down

0 comments on commit c86a906

Please sign in to comment.