mirror of
https://github.com/a2-4am/4sports.git
synced 2025-01-27 03:32:56 +00:00
commit
42a41a8b72
@ -144,4 +144,7 @@
|
||||
!source "src/wait.a"
|
||||
+HGR_WHITE_ROUTINES
|
||||
+HGR_BLOCK_COPY_ROUTINES
|
||||
!if * and 1 {
|
||||
!byte 0
|
||||
}
|
||||
Coordinates
|
||||
|
@ -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
|
||||
|
||||
|
@ -163,4 +163,7 @@ stainc sta ($FE), y
|
||||
+HGR_BLOCK_COPY_ROUTINES
|
||||
|
||||
!byte $80,$80
|
||||
!if * and 1 {
|
||||
!byte 0
|
||||
}
|
||||
Coordinates
|
||||
|
@ -145,4 +145,7 @@
|
||||
+HGR_BLOCK_COPY_ROUTINES
|
||||
|
||||
!byte $80,$80
|
||||
!if * and 1 {
|
||||
!byte 0
|
||||
}
|
||||
Coordinates
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user