aboutsummaryrefslogtreecommitdiff
path: root/examples/demos
diff options
context:
space:
mode:
Diffstat (limited to 'examples/demos')
-rw-r--r--examples/demos/n00bdemo/data.s.template8
1 files changed, 7 insertions, 1 deletions
diff --git a/examples/demos/n00bdemo/data.s.template b/examples/demos/n00bdemo/data.s.template
index 9fbef2e..f659163 100644
--- a/examples/demos/n00bdemo/data.s.template
+++ b/examples/demos/n00bdemo/data.s.template
@@ -3,29 +3,35 @@
.global _lz_resources
.type _lz_resources, @object
_lz_resources:
+ .balign 4
.incbin "${PROJECT_BINARY_DIR}/data.lzp"
#.global smd_mtekdisk
#.type smd_mtekdisk, @object
#smd_mtekdisk:
+# .balign 4
# .incbin "data/mtekdisk.smd"
#.global smd_mtektext
#.type smd_mtektext, @object
#smd_mtektext:
+# .balign 4
# .incbin "data/mtektext.smd"
#.global smd_star
#.type smd_star, @object
#smd_star:
+# .balign 4
# .incbin "data/star.smd"
#.global smd_psn00b
#.type smd_psn00b, @object
#smd_psn00b:
+# .balign 4
# .incbin "data/psn00blogo.smd"
#.global smd_scarletlogo
#.type smd_scarletlogo, @object
#smd_scarletlogo:
-# .incbin "data/scarletlogo.smd" \ No newline at end of file
+# .balign 4
+# .incbin "data/scarletlogo.smd"