Is this currect?
Code: Select all
directory:
dw square
dw square
dw triangle
dw triangle
square:
db $00,$00,$00,$00,$00,$00,$00,$00,$00
db $02,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff
triangle:
db $00,$01,$23,$45,$67,$89,$ab,$cd,$ef
db $02,$fe,$dc,$ba,$98,$76,$54,$32,$10
Am I messing this up anywhere?