mirror of
https://github.com/gbdev/rgbds.git
synced 2026-09-20 12:47:06 +00:00
Fix -t/--tiny for ROMX in bank 1, and -w/--wramx for WRAMX in bank 1 (#2089)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
SECTION "rom", ROMX, BANK[1]
|
||||
Label:: db 1
|
||||
|
||||
SECTION "ram", WRAMX, BANK[1]
|
||||
wLabel:: ds 1
|
||||
@@ -0,0 +1 @@
|
||||
-t -w
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
Reference in New Issue
Block a user