mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-17 20:06:03 +00:00
add EOF marker in code for non-radial precomputed DHGR effects
This commit is contained in:
parent
d162b7fb65
commit
540c3c581a
@ -8,6 +8,8 @@
|
||||
!source "src/fx/fx.dhgr.precomputed.a"
|
||||
|
||||
+FX_INITONCE_DHGR CoordinatesFile, PostInit
|
||||
lda #$80
|
||||
sta EndCoordinatesDHGR
|
||||
+COPY_SELF_TO_AUXMEM
|
||||
PostInit
|
||||
+FX_PRECOMPUTED_DHGR HGRHalfBlockCopy, Coordinates, $1
|
||||
|
@ -3841,4 +3841,3 @@
|
||||
!byte 0,1
|
||||
!byte 0,79
|
||||
!byte 0,0
|
||||
!byte $80 ; EOF
|
||||
|
@ -8,6 +8,8 @@
|
||||
!source "src/fx/fx.dhgr.precomputed.a"
|
||||
|
||||
+FX_INITONCE_DHGR CoordinatesFile, PostInit
|
||||
lda #$80
|
||||
sta EndCoordinatesDHGR
|
||||
+COPY_SELF_TO_AUXMEM
|
||||
PostInit
|
||||
+FX_PRECOMPUTED_DHGR HGRHalfBlockToWhite, Coordinates, $0
|
||||
|
@ -2,8 +2,8 @@
|
||||
;(c) 2018-9 by 4am
|
||||
;
|
||||
coord = $FE
|
||||
CoordinatesDHGR = $A000 ; $1E09 bytes ($1E08 on disk + 1 byte EOF marker)
|
||||
;EndCoordinatesDHGR=CoordinatesDHGR+$1E08
|
||||
CoordinatesDHGR = $A000 ; $1E01 bytes ($1E00 on disk + 1 byte EOF marker)
|
||||
EndCoordinatesDHGR=CoordinatesDHGR+$1E00
|
||||
|
||||
jmp Start
|
||||
|
||||
|
@ -8,6 +8,8 @@
|
||||
!source "src/fx/fx.dhgr.precomputed.a"
|
||||
|
||||
+FX_INITONCE_DHGR CoordinatesFile, PostInit
|
||||
lda #$80
|
||||
sta EndCoordinatesDHGR
|
||||
+COPY_SELF_TO_AUXMEM
|
||||
PostInit
|
||||
+FX_PRECOMPUTED_DHGR HGRHalfBlockCopy, Coordinates, $1
|
||||
|
@ -3841,4 +3841,3 @@
|
||||
!byte 37,63
|
||||
!byte 0,25
|
||||
!byte 0,0
|
||||
!byte $80 ; EOF
|
||||
|
@ -8,6 +8,8 @@
|
||||
!source "src/fx/fx.dhgr.precomputed.a"
|
||||
|
||||
+FX_INITONCE_DHGR CoordinatesFile, PostInit
|
||||
lda #$80
|
||||
sta EndCoordinatesDHGR
|
||||
+COPY_SELF_TO_AUXMEM
|
||||
PostInit
|
||||
+FX_PRECOMPUTED_DHGR HGRHalfBlockToWhite, Coordinates, $0
|
||||
|
@ -8,6 +8,8 @@
|
||||
!source "src/fx/fx.dhgr.precomputed.a"
|
||||
|
||||
+FX_INITONCE_DHGR CoordinatesFile, PostInit
|
||||
lda #$80
|
||||
sta EndCoordinatesDHGR
|
||||
+COPY_SELF_TO_AUXMEM
|
||||
PostInit
|
||||
+FX_PRECOMPUTED_DHGR HGRHalfBlockCopy, Coordinates, $1
|
||||
|
@ -3841,4 +3841,3 @@
|
||||
!byte 11,0
|
||||
!byte 12,0
|
||||
!byte 13,0
|
||||
!byte $80 ; EOF
|
||||
|
@ -8,6 +8,8 @@
|
||||
!source "src/fx/fx.dhgr.precomputed.a"
|
||||
|
||||
+FX_INITONCE_DHGR CoordinatesFile, PostInit
|
||||
lda #$80
|
||||
sta EndCoordinatesDHGR
|
||||
+COPY_SELF_TO_AUXMEM
|
||||
PostInit
|
||||
+FX_PRECOMPUTED_DHGR HGRHalfBlockToWhite, Coordinates, $0
|
||||
|
Loading…
Reference in New Issue
Block a user