mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-16 06:31:43 +00:00
Allow padding to coexist with overlay file (#1395)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
SECTION "start", ROM0[0]
|
||||
db 1, 2, 3, 4
|
||||
ds 4
|
||||
db 5, 6, 7, 8
|
||||
|
||||
SECTION "end", ROMX[$4000], BANK[2]
|
||||
db 9, 10, 11, 12
|
||||
ds 4
|
||||
db 13, 14, 15, 16
|
||||
@@ -0,0 +1 @@
|
||||
warning: Overlay file does not have a size multiple of 0x4000
|
||||
Binary file not shown.
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user