Skip to content

Commit

Permalink
Fixes crash on Biggoron trade failure screen wipe
Browse files Browse the repository at this point in the history
Resolves #621
  • Loading branch information
Kenix3 authored Jul 11, 2022
1 parent c949706 commit 6b50b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soh/src/code/z_fbdemo_wipe1.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gfx sWipeDList[] = {
G_TX_MIRROR | G_TX_WRAP, 6, 6, 11, 1),
gsDPSetTextureLUT(G_TT_NONE),
gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON),
gsSPDisplayList(0x08000000),
gsSPDisplayList(SEG_ADDR(8, 0)),
gsSPVertex(sWipe1Vtx, 25, 0),
gsSP2Triangles(0, 1, 2, 0, 1, 3, 4, 0),
gsSP2Triangles(5, 6, 7, 0, 6, 8, 9, 0),
Expand Down

0 comments on commit 6b50b50

Please sign in to comment.