Skip to content

Commit

Permalink
online fix for Triangle
Browse files Browse the repository at this point in the history
  • Loading branch information
Niko committed May 26, 2024
1 parent d6bae0d commit e57a118
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion decompile/General/AltMods/OnlineCTR/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ struct RectMenu menu =
.unk1 = 0,

// 0b11, 2 centers X, 1 centers Y, 0x80 for tiny text
.state = 3,
// 0x100000 disables TRIANGLE button to prevent crashing
.state = 0x100003,

.rows = menuRows,

Expand Down

0 comments on commit e57a118

Please sign in to comment.