Merge pull request #25 from frankmilliron/main

sync FX
This commit is contained in:
4am 2022-12-20 13:06:07 -05:00 committed by GitHub
commit 42a41a8b72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 15 additions and 3 deletions

View File

@ -144,4 +144,7 @@
!source "src/wait.a"
+HGR_WHITE_ROUTINES
+HGR_BLOCK_COPY_ROUTINES
!if * and 1 {
!byte 0
}
Coordinates

View File

@ -17,7 +17,7 @@ input = $FE ; word
+BUILD_DITHER_MASKS dithermasks
+BUILD_MIRROR_COLS mirror_cols
+BUILD_HGR_LOOKUP_TABLES_X_IS_ALREADY_0 hgrlo, hgr1hi
+BUILD_HGR_LOOKUP_TABLES hgrlo, hgr1hi
+BUILD_HGR_MIRROR_LOOKUP_TABLES hgrlomirror, hgr1himirror
+BUILD_SPARSE_BITMASKS_1BIT

View File

@ -163,4 +163,7 @@ stainc sta ($FE), y
+HGR_BLOCK_COPY_ROUTINES
!byte $80,$80
!if * and 1 {
!byte 0
}
Coordinates

View File

@ -145,4 +145,7 @@
+HGR_BLOCK_COPY_ROUTINES
!byte $80,$80
!if * and 1 {
!byte 0
}
Coordinates

View File

@ -14,7 +14,7 @@ reverse_input = $FC ; word
input = $FE ; word
+BUILD_MIRROR_COLS mirror_cols
+BUILD_HGR_LOOKUP_TABLES_X_IS_ALREADY_0 hgrlo, hgr1hi
+BUILD_HGR_LOOKUP_TABLES hgrlo, hgr1hi
+BUILD_HGR_MIRROR_LOOKUP_TABLES hgrlomirror, hgr1himirror
+BUILD_SPARSE_BITMASKS_1BIT

View File

@ -22,7 +22,7 @@ input = $FE ; word
Start
+BUILD_MIRROR_COLS mirror_cols
+BUILD_HGR_LOOKUP_TABLES_X_IS_ALREADY_0 hgrlo, hgr1hi
+BUILD_HGR_LOOKUP_TABLES hgrlo, hgr1hi
+BUILD_HGR_MIRROR_LOOKUP_TABLES hgrlomirror, hgr1himirror
+BUILD_SPARSE_BITMASKS_1BIT
+LDADDR Coordinates1Bit

View File

@ -9,6 +9,9 @@
+FX_PRECOMPUTED_2BIT Coordinates
!if * and 1 {
!byte 0
}
Coordinates
!source "src/fx/fx.hgr.star.bloom.data.a"
!byte $00