Update Gamestate.cpp

This commit is contained in:
Nayla 2024-02-23 17:01:59 -05:00 committed by GitHub
commit 5cc9bce4e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,7 @@ bool mpn_init_state()
break;
case MPN_GAMEID_MP8:
CurrentState.Addresses = &MP8_ADDRESSES;
CurrentState.Boards = NULL;
CurrentState.Boards = MP8_BOARDS;
CurrentState.Image = "box-mp8";
CurrentState.IsMarioParty = true;
CurrentState.Scenes = MP8_GAMESTATES;