junglejourney

changeset 142:217be373dfa7

Changed the Escape key behaviour.
author David Boddie <david@boddie.org.uk>
date Sun Sep 11 02:10:31 2011 +0200
parents 0fa3cd5569d3
children c5a0980cb8ca
files mapcode.oph
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/mapcode.oph	Sun Sep 11 00:58:39 2011 +0200
     1.2 +++ b/mapcode.oph	Sun Sep 11 02:10:31 2011 +0200
     1.3 @@ -5484,7 +5484,7 @@
     1.4                      ldx #143            ; Escape key check
     1.5                      jsr check_key
     1.6                      cpy #255
     1.7 -                    beq game_over
     1.8 +                    beq main_loop_play_again
     1.9  
    1.10                      ldx #174            ; S key check
    1.11                      jsr check_key