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; };