# HG changeset patch # User David Boddie # Date 1317467895 -7200 # Node ID 8ff47d1667f764befeb8b71262d72a5d056d7aaf # Parent 82a73a5987fef98fc64343b876f33deca20be3d6 Only allow the fire button on the first joystick to be used. diff -r 82a73a5987fe -r 8ff47d1667f7 mapcode.oph --- a/mapcode.oph Sat Oct 01 13:15:56 2011 +0200 +++ b/mapcode.oph Sat Oct 01 13:18:15 2011 +0200 @@ -2199,7 +2199,8 @@ lda #128 ldx #0 jsr $fff4 - cpx #0 + txa + and #1 bne check_fire_key_fire check_fire_key_no_joystick: