mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-12 21:01:43 +00:00
Fix section merge alignment error message (#919)
Co-authored-by: Eldred Habert <eldredhabert0@gmail.com>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
; These section fragments have alignments that make them non-contiguous,
|
||||
; and thus are incompatible
|
||||
|
||||
SECTION FRAGMENT "Test", ROM0,ALIGN[8]
|
||||
|
||||
ds 1
|
||||
|
||||
SECTION FRAGMENT "Test", ROM0,ALIGN[8]
|
||||
Reference in New Issue
Block a user