entropy management for NES port

This commit is contained in:
Luxferre
2026-01-12 10:55:03 +02:00
parent 7f2cab0b5e
commit fc6a230af7
2 changed files with 18 additions and 9 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ void win_screen(s16 score) {
ppu_off();
for(j=0;j<12;j+=4)
for(i=3;i<32;i+=4)
colorxy(i, j, 1 + (rand() % 3));
colorxy(i, j, 1 + (ezrand() % 3));
cputsxy(0, 3, " ___ ___ ___ ______ \r\n" \
" | Y | | _ \\ \r\n" \
" |. | |. |. | |\r\n" \