space_bars: declaring this good enough?

This commit is contained in:
Vince Weaver 2018-10-08 15:57:53 -04:00
parent 7248064cfa
commit 66f2a7333d

View File

@ -521,15 +521,11 @@ raster_texture:
.byte $0,$0,$0,$0,$0,$0,$0,$0,$0
offset_lookup:
; .byte 0,1,2,3,4,5,6,7,8,9,10,11,12
; .byte 13,14,15,16,17,18,19,20,21,22,23,24
; .byte 25,24
; .byte 23,22,21,20,19,18,17,16,15,14,13,12
; .byte 11,10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0
; Linear
; .byte 26,24,22,20,18,16,14,12,10, 8, 6, 4, 2,0
; .byte 13,12,11,10,9,8,7,6,5,4,3,2,1,0
.byte 26,24,22,20,18,16,14,12,10, 8, 6, 4, 2,0
.byte 29,24,20,16,13,10,8,6,4,3,2,1,0,0
.align $100