mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-23 19:42:08 +00:00
43 lines
645 B
Plaintext
43 lines
645 B
Plaintext
ERROR: multiple-charmaps.asm(100) -> multiple-charmaps.asm::new_(7):
|
|
Charmap 'map1' already exists
|
|
ERROR: multiple-charmaps.asm(102) -> multiple-charmaps.asm::set_(13):
|
|
Charmap 'map5' doesn't exist
|
|
ERROR: multiple-charmaps.asm(104) -> multiple-charmaps.asm::pop_(23):
|
|
No entries in the charmap stack
|
|
main charmap
|
|
$0
|
|
newcharmap map1
|
|
$6162
|
|
newcharmap map2, main
|
|
$0
|
|
setcharmap map1
|
|
$6162
|
|
newcharmap map3
|
|
$1
|
|
newcharmap map4, map3
|
|
$1
|
|
$2
|
|
setcharmap map3
|
|
$1
|
|
$6364
|
|
setcharmap main
|
|
$0
|
|
modify main charmap
|
|
$0
|
|
$3
|
|
setcharmap map1
|
|
pushc
|
|
setcharmap map2
|
|
pushc
|
|
setcharmap map3
|
|
$1
|
|
$6364
|
|
$6566
|
|
popc
|
|
$0
|
|
popc
|
|
$6162
|
|
newcharmap map1
|
|
setcharmap map5
|
|
popc
|