Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Try increasing the value of 'startblock', for example:

@startblock $2000 "ORIGINATE"

(1 edit)

No way Baby : )!

Fatal error during OrgAsm assembly!

Origin reversed index. Trying to move program counter backwards to '$900' from current counter $99f.

Overlap concerns label : end_procedure_DoMutations

Oh no! You have included/defined overlapping data!

Please make sure that your included data does not overlap, and make use of the memory analyzer tool!

Line 417 in C:/Users/matte/Downloads/KaleidoPlus - Source (1)//main : : org $900Origin reversed index. Trying to move program counter backwards to '$900' from current counter $99f.

Overlap concerns label : end_procedure_DoMutations

Oh no! You have included/defined overlapping data!

Please make sure that your included data does not overlap, and make use of the memory analyzer tool!

Line 417 in C:/Users/matte/Downloads/KaleidoPlus - Source (1)//main : : org $900

Jess here is a restricted page for you with my files for kaleido i have change the sid song. please have a look if you can! pass: matteo KALEIDO PROTOTYPE by Toolkitman

Hey, I looked at your file and I'm not seeing any change except the updated "startblock".  

What version is your TRSE?  I have 0.18.81

What SID are you trying to use?  Please note, BASIC SID's won't work in TRSE.

Jess, Sid sent to you! the version is 0.18.185

I figured out the issue, your SID loads at $0900, which conflicts with the character screen location at $0800.  Sent you a version modified to put the screen at $2000 and it's working.  Enjoy!

(+1)

Yes, This worked ok! Thank you