Skip to content

Commit

Permalink
Fix missing Back option in the Graphics Options menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
calc84maniac committed Feb 17, 2019
1 parent 64d2e18 commit 0391aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu.asm
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ LoadRomNoRomsText:
.db "No ROMs found!",0
GraphicsMenu:
.db 8
.db 9
.db 5,12,"Graphics Options",0
.db "",0
.db ITEM_OPTION,6, 60,1,"Scaling mode: %-10s",0
Expand Down

0 comments on commit 0391aac

Please sign in to comment.