some comments

This commit is contained in:
4am 2018-12-29 13:43:59 -05:00
parent a29146a605
commit c5fe257894
43 changed files with 131 additions and 0 deletions

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
!cpu 6502
!to "build/FX/DHGR.IRIS",plain
*=$6000

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
coord = $FE
lda #$00

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
!cpu 6502
!to "build/FX/DHGR.RADIAL",plain
*=$6000

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
!cpu 6502
!to "build/FX/DHGR.RADIAL2",plain
*=$6000

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
!cpu 6502
!to "build/FX/DHGR.RADIAL3",plain
*=$6000

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
!cpu 6502
!to "build/FX/DHGR.RADIAL4",plain
*=$6000

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
!cpu 6502
!to "build/FX/DHGR.RADIAL5",plain
*=$6000

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
!cpu 6502
!to "build/FX/DHGR.RIPPLE",plain
*=$6000

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
!cpu 6502
!to "build/FX/DHGR.STAR",plain
*=$6000

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
!cpu 6502
!to "build/FX/TWOPASS.LR",plain
*=$6000

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
!cpu 6502
!to "build/FX/BAR.DISSOLVE",plain
*=$6000

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
!cpu 6502
!to "build/FX/BLOCK.FIZZLE",plain
*=$6000

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
!cpu 6502
!to "build/FX/BLOCK.MOSAIC",plain
*=$6000

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
!cpu 6502
!to "build/FX/CHECKERBOARD",plain
*=$6000

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
!source "src/fx/fx.hgr.macros.a"
HGRCalc

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
!cpu 6502
!to "build/FX/CORNER.CIRCLE",plain
*=$6000

View File

@ -1,3 +1,8 @@
;license:MIT
;(c) 2018 by 4am
;
; reverse engineered from Sapphire's crack screen of 'Crystal Castles'
;
!cpu 6502
!to "build/FX/CRYSTAL",plain
*=$6000

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
!cpu 6502
!to "build/FX/DIAGONAL",plain
*=$6000

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
!cpu 6502
!to "build/FX/DIAMOND",plain
*=$6000

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
!cpu 6502
!to "build/FX/FOURSPIRAL",plain
*=$6000

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
!cpu 6502
!to "build/FX/FOURSQUARE",plain
*=$6000

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
!cpu 6502
!to "build/FX/HALF.FIZZLE",plain
*=$6000

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
!cpu 6502
!to "build/FX/HALF.MOSAIC",plain
*=$6000

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
!cpu 6502
!to "build/FX/INTERLOCK.LR",plain
*=$6000

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
!cpu 6502
!to "build/FX/INTERLOCK.UD",plain
*=$6000

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
!cpu 6502
!to "build/FX/IRIS",plain
*=$6000

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
!cpu 6502
!to "build/FX/ONESQUARE",plain
*=$6000

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
coord = $FE
jmp Start

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
!cpu 6502
!to "build/FX/RADIAL",plain
*=$6000

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
!cpu 6502
!to "build/FX/RADIAL2",plain
*=$6000

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
!cpu 6502
!to "build/FX/RADIAL3",plain
*=$6000

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
!cpu 6502
!to "build/FX/RADIAL4",plain
*=$6000

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
!cpu 6502
!to "build/FX/RADIAL5",plain
*=$6000

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
!cpu 6502
!to "build/FX/RIPPLE",plain
*=$6000

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
!cpu 6502
!to "build/FX/RIPPLE2",plain
*=$6000

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
!cpu 6502
!to "build/FX/SPIRAL",plain
*=$6000

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
!cpu 6502
!to "build/FX/SPLIT.UD.INTRO",plain
*=$6000

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
!cpu 6502
!to "build/FX/STAGGER.LR",plain
*=$6000

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
!cpu 6502
!to "build/FX/STAGGERWHITE.LR",plain
*=$6000

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
!cpu 6502
!to "build/FX/STAGGERWHITE.UD",plain
*=$6000

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
!cpu 6502
!to "build/FX/STAR",plain
*=$6000

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
!cpu 6502
!to "build/FX/SUNRISE",plain
*=$6000

View File

@ -1,3 +1,6 @@
;license:MIT
;(c) 2018 by 4am
;
!cpu 6502
!to "build/FX/SUNSET",plain
*=$6000