aboutsummaryrefslogtreecommitdiff
path: root/examples/demos
diff options
context:
space:
mode:
authorspicyjpeg <88942473+spicyjpeg@users.noreply.github.com>2022-02-07 01:06:33 +0100
committerspicyjpeg <88942473+spicyjpeg@users.noreply.github.com>2022-02-07 02:35:02 +0100
commit40b7d95e9b16252d1aebb0706f3bba885f6e67cf (patch)
treeec7604008134f312c403f895661c4c4d6caa96b6 /examples/demos
parent57cda18641d16ba4e4fec52b5514e48db8ee4593 (diff)
downloadpsn00bsdk-40b7d95e9b16252d1aebb0706f3bba885f6e67cf.tar.gz
Add LIBPSN00B_GENERATOR option, fix .incbin alignment
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"