Skip to content

Commit

Permalink
Update source/main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
bucanero authored Jun 28, 2023
1 parent 5a01a7a commit 427de00
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,25 +159,19 @@ static const char* get_button_prompts(int menu_id)
break;

case MENU_CREDITS:
case MENU_PATCH_VIEW:
case MENU_SAVE_DETAILS:
prompt = "\x13 Back";
break;

case MENU_PATCHES:
prompt = "\x10 Select \x12 View Code \x13 Back";
break;

case MENU_PATCH_VIEW:
prompt = "\x13 Back";
break;

case MENU_CODE_OPTIONS:
prompt = "\x10 Select \x13 Back";
break;

case MENU_SAVE_DETAILS:
prompt = "\x13 Back";
break;

case MENU_HEX_EDITOR:
prompt = "\x10 Value Up \x11 Value Down \x13 Exit";
break;
Expand Down

0 comments on commit 427de00

Please sign in to comment.