mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Implement multi-value charmaps (#1429)
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
warning: multiple-charmaps.asm(46) -> multiple-charmaps.asm::print_mapped(34): [-Wnumeric-string]
|
||||
Treating 2-character string as a number
|
||||
Treating 2-byte string as a number
|
||||
warning: multiple-charmaps.asm(54) -> multiple-charmaps.asm::print_mapped(34): [-Wnumeric-string]
|
||||
Treating 2-character string as a number
|
||||
Treating 2-byte string as a number
|
||||
warning: multiple-charmaps.asm(73) -> multiple-charmaps.asm::print_mapped(34): [-Wnumeric-string]
|
||||
Treating 2-character string as a number
|
||||
Treating 2-byte string as a number
|
||||
warning: multiple-charmaps.asm(95) -> multiple-charmaps.asm::print_mapped(34): [-Wnumeric-string]
|
||||
Treating 2-character string as a number
|
||||
Treating 2-byte string as a number
|
||||
warning: multiple-charmaps.asm(96) -> multiple-charmaps.asm::print_mapped(34): [-Wnumeric-string]
|
||||
Treating 2-character string as a number
|
||||
Treating 2-byte string as a number
|
||||
warning: multiple-charmaps.asm(104) -> multiple-charmaps.asm::print_mapped(34): [-Wnumeric-string]
|
||||
Treating 2-character string as a number
|
||||
Treating 2-byte string as a number
|
||||
error: multiple-charmaps.asm(106) -> multiple-charmaps.asm::new_(9):
|
||||
Charmap 'map1' already exists
|
||||
error: multiple-charmaps.asm(108) -> multiple-charmaps.asm::set_(15):
|
||||
|
||||
Reference in New Issue
Block a user