mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Don't output anonymous labels in map files (#1674)
This commit is contained in:
@@ -1,29 +1,36 @@
|
||||
SECTION "rom0", ROM0
|
||||
Label0:: ds 1
|
||||
.local::
|
||||
:
|
||||
|
||||
SECTION "romx", ROMX
|
||||
Label1:: ds 2
|
||||
.local::
|
||||
:
|
||||
|
||||
SECTION "vram", VRAM
|
||||
vLabel:: ds 3
|
||||
.local::
|
||||
:
|
||||
|
||||
SECTION "sram", SRAM
|
||||
sLabel:: ds 4
|
||||
.local::
|
||||
:
|
||||
|
||||
SECTION "wram0", WRAM0
|
||||
wLabel0:: ds 5
|
||||
.local::
|
||||
:
|
||||
|
||||
SECTION "wramx", WRAMX
|
||||
wLabel1:: ds 6
|
||||
.local::
|
||||
:
|
||||
|
||||
SECTION "hram", HRAM
|
||||
hLabel:: ds 7
|
||||
.local::
|
||||
:
|
||||
|
||||
SECTION "\n\r\t\"\\", ROM0[1]
|
||||
|
||||
Reference in New Issue
Block a user