amiga_cyberspace

view src/data.s @ 3:200e512488e4

reduced sky copperlist, works on emulator only apparently
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 27 Jul 2017 10:42:36 +0300
parents e6fd57053627
children
line source
1 section data_c,data,chip
2 cnop 0,4
3 public _backdrop
4 _backdrop:
5 incbin "data/backdrop2.img"
7 cnop 0,4
8 public _grid
9 _grid:
10 incbin "data/grid8.img"