From d1026c2fcbc1cd70d09fc52f9b23590bc4f4f007 Mon Sep 17 00:00:00 2001 From: CreateSource Date: Thu, 4 Jan 2024 17:54:12 -0500 Subject: [PATCH] jk --- include/common_structs.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/common_structs.h b/include/common_structs.h index e850ddc3..e2d63c34 100644 --- a/include/common_structs.h +++ b/include/common_structs.h @@ -75,8 +75,7 @@ typedef struct player_state { u16 show_next : 1; u16 size : 2; u16 field08_bit7 : 2; - u16 field08_bit8 : 1; - u16 rank : 1; + u16 rank : 2; u16 bowser_suit : 1; u16 field08_bit11 : 1; };