aboutsummaryrefslogtreecommitdiff
path: root/examples/graphics/render2tex/texture.s.template
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graphics/render2tex/texture.s.template')
-rw-r--r--examples/graphics/render2tex/texture.s.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/graphics/render2tex/texture.s.template b/examples/graphics/render2tex/texture.s.template
index 8b09ad8..48248b2 100644
--- a/examples/graphics/render2tex/texture.s.template
+++ b/examples/graphics/render2tex/texture.s.template
@@ -5,4 +5,5 @@
.global tim_blendpattern
.type tim_blendpattern, @object
tim_blendpattern:
+ .balign 4 # Required to correctly parse and load the image
.incbin "${PROJECT_SOURCE_DIR}/blendpattern-16c.tim"