mirror of
https://github.com/a2-4am/4cade.git
synced 2025-08-16 03:27:44 +00:00
slow star in
This commit is contained in:
@@ -1 +1 @@
|
||||
RIPPLE
|
||||
RIPPLE
|
@@ -40,3 +40,8 @@ for x, y in unique_coords:
|
||||
with open("../../../src/fx/fx.hgr.slow.star.data.a", "w") as f:
|
||||
for aval, bval in unique_vals:
|
||||
f.write(" !byte %s,%s\n" % (aval, bval))
|
||||
|
||||
unique_vals.reverse()
|
||||
with open("../../../src/fx/fx.hgr.slow.star.in.data.a", "w") as f:
|
||||
for aval, bval in unique_vals:
|
||||
f.write(" !byte %s,%s\n" % (aval, bval))
|
||||
|
14
src/fx/fx.hgr.slow.star.in.a
Normal file
14
src/fx/fx.hgr.slow.star.in.a
Normal file
@@ -0,0 +1,14 @@
|
||||
;license:MIT
|
||||
;(c) 2019 by 4am
|
||||
;
|
||||
!cpu 6502
|
||||
!to "build/FX/SLOW.STAR.IN",plain
|
||||
*=$6000
|
||||
|
||||
!source "src/fx/fx.hgr.precomputed.1bit.a"
|
||||
|
||||
+FX_PRECOMPUTED_1BIT Coordinates
|
||||
|
||||
Coordinates
|
||||
!source "src/fx/fx.hgr.slow.star.in.data.a"
|
||||
!byte $80
|
6720
src/fx/fx.hgr.slow.star.in.data.a
Normal file
6720
src/fx/fx.hgr.slow.star.in.data.a
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user