mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Remove deprecated "section charmap" feature
This commit is contained in:
@@ -71,7 +71,7 @@ SECTION "sec0", ROM0
|
||||
|
||||
print "ab"
|
||||
|
||||
printt "override main charmap\n"
|
||||
printt "modify main charmap\n"
|
||||
charmap "ef", $3
|
||||
|
||||
print "ab"
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
warning: multiple-charmaps.asm(75): [-Wobsolete]
|
||||
Using 'charmap' within a section when the current charmap is 'main' is deprecated
|
||||
ERROR: multiple-charmaps.asm(100) -> multiple-charmaps.asm::new_(7):
|
||||
Charmap 'map1' already exists
|
||||
ERROR: multiple-charmaps.asm(102) -> multiple-charmaps.asm::set_(13):
|
||||
@@ -24,8 +22,8 @@ $1
|
||||
$6364
|
||||
setcharmap main
|
||||
$0
|
||||
override main charmap
|
||||
$6162
|
||||
modify main charmap
|
||||
$0
|
||||
$3
|
||||
setcharmap map1
|
||||
pushc
|
||||
|
||||
Reference in New Issue
Block a user