Skip to content

Commit

Permalink
MK8: Fix cup screen black lines (#618)
Browse files Browse the repository at this point in the history
Thanks to @goeiecool9999 for this fix!
  • Loading branch information
goeiecool9999 authored Apr 6, 2024
1 parent f94d3b5 commit a0377d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MarioKart8/Graphics/rules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1335,7 +1335,7 @@ overwriteHeight = ($height/$gameHeight) * 360
width = 576
height = 64
#formats = 0x019 #,0x01a,0x806,0x816
overwriteWidth = ($width/$gameWidth) * 560
overwriteWidth = ($width/$gameWidth) * 576
overwriteHeight = ($height/$gameHeight) * 64

[TextureRedefine] #Cup win board
Expand Down

0 comments on commit a0377d9

Please sign in to comment.