mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-26 17:49:43 +00:00
remove unused macro
This commit is contained in:
parent
2193ea33c5
commit
3806a780b5
@ -12,11 +12,6 @@ shrhi = $301 ; $C8 bytes
|
||||
coords = $9F00 ; $1F40 bytes
|
||||
mirror_rows = $BE40 ; $C0 bytes
|
||||
|
||||
!macro BUILD_MIRROR_COLS .mirror_cols {
|
||||
; build lookup table to get $9F-y for y in $00..$9F
|
||||
; X=0
|
||||
}
|
||||
|
||||
!source "src/constants.a"
|
||||
!source "src/macros.a"
|
||||
!source "src/fx/fx.shr.common.a"
|
||||
|
@ -12,11 +12,6 @@ shrhi = $301 ; $C8 bytes
|
||||
coords = $9F00 ; $1F40 bytes
|
||||
mirror_rows = $BE40 ; $C0 bytes
|
||||
|
||||
!macro BUILD_MIRROR_COLS .mirror_cols {
|
||||
; build lookup table to get $9F-y for y in $00..$9F
|
||||
; X=0
|
||||
}
|
||||
|
||||
!source "src/constants.a"
|
||||
!source "src/macros.a"
|
||||
!source "src/fx/fx.shr.common.a"
|
||||
|
Loading…
Reference in New Issue
Block a user