Currently, each script is emitted as an individual ROMX section.
- One may want to emit scripts to ROM0, for example (and, if RGBDS later allows arbitrary section kinds via hardware description files, others);
- One may want all scripts to lie within a single section.
I think this could be solved via a CLI switch; in particular, if the section type given is empty, no section directives would be emitted.
Currently, each script is emitted as an individual ROMX section.
I think this could be solved via a CLI switch; in particular, if the section type given is empty, no section directives would be emitted.