snake_bs

by snydej

Game:

Description:

!move_block_snake = $7e1909
!player_direction = $7e0076

;fiskbit's dribble
lda $72
cmp #$0b
beq done
cmp #$24
beq done

lda #$80
sta $7d

done:
	lda !player_direction
	cmp #$0
	bne end
	
	lda #$ff
	sta !move_block_snake
end:
	rtl
back to listings