aboutsummaryrefslogtreecommitdiff
path: root/examples/graphics/render2tex/texture.s.template
diff options
context:
space:
mode:
authorspicyjpeg <88942473+spicyjpeg@users.noreply.github.com>2021-09-12 19:39:12 +0200
committerspicyjpeg <88942473+spicyjpeg@users.noreply.github.com>2021-09-12 19:39:12 +0200
commit7cf54f48113b77a4d7b21d5858ec98862195b2a6 (patch)
treeb0ad6b8612476ff3f7af6412678c8e057592d746 /examples/graphics/render2tex/texture.s.template
parentd4c6605a12d31e84d1cba2f5ef7329bcb99c8aaf (diff)
downloadpsn00bsdk-7cf54f48113b77a4d7b21d5858ec98862195b2a6.tar.gz
Migrated examples to CMake
Diffstat (limited to 'examples/graphics/render2tex/texture.s.template')
-rw-r--r--examples/graphics/render2tex/texture.s.template8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/graphics/render2tex/texture.s.template b/examples/graphics/render2tex/texture.s.template
new file mode 100644
index 0000000..8b09ad8
--- /dev/null
+++ b/examples/graphics/render2tex/texture.s.template
@@ -0,0 +1,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"