Skip to content

Commit

Permalink
Remove BREAK as a skip level cheat; abort game instead
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanalford committed Aug 14, 2016
1 parent 98af3af commit 1068588
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions maingame.asm
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ main_loop_2
call check_break_pressed
jp nc, main_loop_3

; ld a, GAME_ABORTED
ld a, LEVEL_COMPLETE
ld a, GAME_ABORTED
ld (v_game_end_reason), a
jp main_loop_exit

Expand Down

0 comments on commit 1068588

Please sign in to comment.