From 8303d83efab1ee1135cf2396a792479966ed2303 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 8 Nov 2022 02:08:54 -0500 Subject: drunkwalk does spawning and plotting, too. --- dla.s | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'dla.s') diff --git a/dla.s b/dla.s index a18a23b..bae1b39 100644 --- a/dla.s +++ b/dla.s @@ -181,17 +181,7 @@ wl: jsr drawseed next_particle: - ldy RANDOM ; spawn a new particle - lda (spawn_x),y - sta cursor_x - lda (spawn_y),y - sta cursor_y - jsr drunkwalk ; walk it around - beq next_particle ; if it went out of bounds, try again - - ; particle stuck to an existing pixel, draw it - jsr plot - + jsr drunkwalk ; spawn, walk around, plot (all in one) inc particles bne ph_ok inc particles+1 -- cgit v1.2.3