mirror of https://github.com/falsovsky/z80.git
Forgot to commit this, changed the order AGAIN
This commit is contained in:
parent
851cb95eb7
commit
7a387523fa
|
@ -17,6 +17,6 @@ for x in range(NumStars):
|
|||
y = random.randint(0,192 - 1)
|
||||
#z = random.randint(0,10)
|
||||
#f.write("\t\tdb %i, %i, %i\n" % (y ,x ,z))
|
||||
f.write("\t\tdb %i, %i\n" % (y ,x))
|
||||
f.write("\t\tdb %i, %i\n" % (x ,y))
|
||||
|
||||
f.close()
|
||||
|
|
Loading…
Reference in New Issue