junglejourney

changeset 197:8ff47d1667f7

Only allow the fire button on the first joystick to be used.
author David Boddie <david@boddie.org.uk>
date Sat Oct 01 13:18:15 2011 +0200
parents 82a73a5987fe
children c0287a81583a
files mapcode.oph
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/mapcode.oph	Sat Oct 01 13:15:56 2011 +0200
     1.2 +++ b/mapcode.oph	Sat Oct 01 13:18:15 2011 +0200
     1.3 @@ -2199,7 +2199,8 @@
     1.4      lda #128
     1.5      ldx #0
     1.6      jsr $fff4
     1.7 -    cpx #0
     1.8 +    txa
     1.9 +    and #1
    1.10      bne check_fire_key_fire
    1.11  
    1.12      check_fire_key_no_joystick: