From 40b7d95e9b16252d1aebb0706f3bba885f6e67cf Mon Sep 17 00:00:00 2001 From: spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> Date: Mon, 7 Feb 2022 01:06:33 +0100 Subject: Add LIBPSN00B_GENERATOR option, fix .incbin alignment --- examples/demos/n00bdemo/data.s.template | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'examples/demos') 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" -- cgit v1.2.3