Better branches randomize

This commit is contained in:
Pecusx
2025-02-19 11:16:30 +01:00
parent 52faba20ac
commit 8945bb4747
2 changed files with 4 additions and 0 deletions
+4
View File
@@ -739,6 +739,10 @@ next_phase_only
mva branches_list+2 branches_list+3
mva branches_list+1 branches_list+2
mva branches_list+0 branches_list+1
beq make_random_branch
lda #0
beq branch_ready
make_random_branch
lda RANDOM ; 0, 1 or 2
and #%00000011
cmp #3
BIN
View File
Binary file not shown.