blob: e786dcebbc89fa6da61fa145a1e76faebb74e77f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# Assembler file for including the texture file in a more elegant manner
.section .data
.global tim_blendpattern
.type tim_blendpattern, @object
tim_blendpattern:
.incbin "blendpattern-16c.tim"
|