wanted to use a koala file as an resource
but those have their load adres in the first 2 bytes as they are prg files
so i used the offset parameter in the resource file but that did not work
but as soon as i added another parameter behind it it started working
dont know if this is c64 target specific
so my workaround now is adding a comment after the offset for 2 bytes
koala rcdata 'koala.koa' 2 ;comment needed or no offset?