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