mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-24 20:12:07 +00:00
Avoid using %# printf specifier
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
error: fixed-oob.asm(1):
|
||||
Section "ROM0"'s fixed address 0xbabe is outside of range [0; 0x7fff]
|
||||
Section "ROM0"'s fixed address $babe is outside of range [$0000; $7fff]
|
||||
error: fixed-oob.asm(3):
|
||||
Section "ROMX"'s fixed address 0xbeef is outside of range [0x4000; 0x7fff]
|
||||
Section "ROMX"'s fixed address $beef is outside of range [$4000; $7fff]
|
||||
error: fixed-oob.asm(5):
|
||||
Section "VRAM"'s fixed address 0xc0de is outside of range [0x8000; 0x9fff]
|
||||
Section "VRAM"'s fixed address $c0de is outside of range [$8000; $9fff]
|
||||
error: fixed-oob.asm(7):
|
||||
Section "SRAM"'s fixed address 0xcafe is outside of range [0xa000; 0xbfff]
|
||||
Section "SRAM"'s fixed address $cafe is outside of range [$a000; $bfff]
|
||||
error: fixed-oob.asm(11):
|
||||
Section "WRAMX"'s fixed address 0xdad is outside of range [0xd000; 0xdfff]
|
||||
Section "WRAMX"'s fixed address $0dad is outside of range [$d000; $dfff]
|
||||
error: fixed-oob.asm(13):
|
||||
Section "OAM"'s fixed address 0xcab is outside of range [0xfe00; 0xfe9f]
|
||||
Section "OAM"'s fixed address $0cab is outside of range [$fe00; $fe9f]
|
||||
error: fixed-oob.asm(15):
|
||||
Section "HRAM"'s fixed address 0xbad is outside of range [0xff80; 0xfffe]
|
||||
Section "HRAM"'s fixed address $0bad is outside of range [$ff80; $fffe]
|
||||
error: Assembly aborted (7 errors)!
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
error: Section "rom" is bigger than the max size for that type: 0x8000 > 0x4000
|
||||
error: Section "rom" is bigger than the max size for that type: $8000 > $4000
|
||||
Linking failed with 1 error
|
||||
|
||||
Reference in New Issue
Block a user