entropy management for NES port
This commit is contained in:
+1
-1
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user