32x32_tilemap.asm:450: warning: (Wfeature_deprecated): DEPRECATION NOTIFICATION: Feature "incbin with target location" is deprecated and will be REMOVED in the future. Please update your code to conform to newer styles. Suggested work around: put an org before the incbin. [incbin "gfx/Mario.bin" -> Mario_gfx]
32x32_tilemap.asm:450: error: (Eincbin_64kb_limit): Can't include more than 64 kilobytes at once. [incbin "gfx/Mario.bin" -> Mario_gfx]
32x32_tilemap.asm:477: warning: (Wfeature_deprecated): DEPRECATION NOTIFICATION: Feature "incbin with target location" is deprecated and will be REMOVED in the future. Please update your code to conform to newer styles. Suggested work around: put an org before the incbin. [incbin "gfx/Luigi.bin" -> Luigi_gfx]
32x32_tilemap.asm:477: error: (Eincbin_64kb_limit): Can't include more than 64 kilobytes at once. [incbin "gfx/Luigi.bin" -> Luigi_gfx]
32x32_tilemap.asm:450: error: (Eunknown_command): Unknown command. [org incbin "gfx/Mario.bin" -> Mario_gfx]
32x32_tilemap.asm:477: error: (Eunknown_command): Unknown command. [org incbin "gfx/Luigi.bin" -> Luigi_gfx]
so org is not recognized??? It suggested me to put it there, but then it gives me an unknown command error...
so org is not recognized??? It suggested me to put it there, but then it gives me an unknown command error...