mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-24 22:31:40 +00:00
shave a byte
This commit is contained in:
parent
d9b8e3ea7b
commit
22b40e9d11
@ -428,14 +428,6 @@ CopyAuxDHGRToMain
|
||||
rts
|
||||
}
|
||||
|
||||
EdgeLeftMasks
|
||||
!byte %01100000
|
||||
!byte %01111000
|
||||
!byte %11111111
|
||||
!byte %11111111
|
||||
!byte %11111111
|
||||
!byte %11111111
|
||||
!byte %11111111
|
||||
EdgeRightMasks
|
||||
!byte %00000000
|
||||
!byte %00000000
|
||||
@ -456,7 +448,14 @@ RightMasks
|
||||
!byte %00000001
|
||||
!byte %00000110
|
||||
!byte %00011000
|
||||
!byte %01100000
|
||||
EdgeLeftMasks
|
||||
!byte %01100000 ; also terminates RightMasks
|
||||
!byte %01111000
|
||||
!byte %11111111
|
||||
!byte %11111111
|
||||
!byte %11111111
|
||||
!byte %11111111
|
||||
!byte %11111111
|
||||
EdgeLeftMasksAux
|
||||
!byte %00000000
|
||||
!byte %00000000
|
||||
|
Loading…
Reference in New Issue
Block a user