Skip to content

Instantly share code, notes, and snippets.

@Retinalogic
Last active February 28, 2023 20:32
Show Gist options
  • Save Retinalogic/aa3e060db08f49307b60e1d2c4ef5481 to your computer and use it in GitHub Desktop.
Save Retinalogic/aa3e060db08f49307b60e1d2c4ef5481 to your computer and use it in GitHub Desktop.
Enable Unused Menu
#define PLAYER_SIZE 0xA480
#define BASE_OFFSET 0x57CF
int offset = BASE_OFFSET + (playerIndex*PLAYER_SIZE);
savebuffer[offset] |= 0x40; //Enable bit 7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment