Skip to content

Commit

Permalink
fix segmented address collision D_MA_600F6C0
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicdcer committed Nov 16, 2024
1 parent d3c5da6 commit c045715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/fox_effect.c
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ void Effect_Effect357_Draw(Effect357* this) {

case 16:
gSPClearGeometryMode(gMasterDisp++, G_CULL_BACK);
gSPDisplayList(gMasterDisp++, aSyShip4DestroyedDL);
gSPDisplayList(gMasterDisp++, D_MA_600F6C0);
gSPSetGeometryMode(gMasterDisp++, G_CULL_BACK);
break;

Expand Down

0 comments on commit c045715

Please sign in to comment.