Skip to content

Commit

Permalink
bah
Browse files Browse the repository at this point in the history
  • Loading branch information
kandowontu committed Jan 15, 2025
1 parent f71356b commit 9cfc0cb
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions SAUCE/gamestates/state_menu.h
Original file line number Diff line number Diff line change
Expand Up @@ -779,18 +779,7 @@ void state_menu() {

if (joypad1.select) nestopia = 1;

if (LEVELCOMPLETE[0] &&
LEVELCOMPLETE[1] &&
LEVELCOMPLETE[2] &&
LEVELCOMPLETE[3] &&
LEVELCOMPLETE[4] &&
LEVELCOMPLETE[5] &&
LEVELCOMPLETE[6] &&
LEVELCOMPLETE[7] &&
LEVELCOMPLETE[8] &&
LEVELCOMPLETE[9] &&
LEVELCOMPLETE[0x0A] &&
LEVELCOMPLETE[0x0C]) all_levels_complete = 0xFC;



ppu_off();
Expand Down

0 comments on commit 9cfc0cb

Please sign in to comment.