Fix -t/--tiny for ROMX in bank 1, and -w/--wramx for WRAMX in bank 1 (#2089)

This commit is contained in:
Rangi
2026-09-14 15:53:45 -04:00
committed by GitHub
parent ed1ac7309b
commit b0f49a36b7
5 changed files with 9 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
SECTION "rom", ROMX, BANK[1]
Label:: db 1
SECTION "ram", WRAMX, BANK[1]
wLabel:: ds 1
+1
View File
@@ -0,0 +1 @@
-t -w
View File
+1
View File
@@ -0,0 +1 @@