mirror of
https://github.com/robmcmullen/fujirun.git
synced 2025-04-18 22:41:37 +00:00
Moved debug random test to debug.s
This commit is contained in:
parent
38c286876e
commit
00135b3d2a
17
debug.s
17
debug.s
@ -271,3 +271,20 @@ debug_player nop
|
||||
; jsr debughex
|
||||
|
||||
rts
|
||||
|
||||
|
||||
rand_test ldx #0
|
||||
?1 jsr get_rand_byte
|
||||
sta $2000,x
|
||||
inx
|
||||
bne ?1
|
||||
?2 jsr get_rand_spacing
|
||||
sta $2100,x
|
||||
inx
|
||||
bne ?2
|
||||
?3 jsr get_rand_col
|
||||
sta $2200,x
|
||||
inx
|
||||
bne ?3
|
||||
|
||||
brk
|
||||
|
Loading…
x
Reference in New Issue
Block a user