Language…
6 users online: cletus_deletus,  Donut, masl, playagmes169, Skewer, toady - Guests: 226 - Bots: 324
Users: 64,795 (2,375 active)
Latest user: mathew

SpriteTool Error Message

I'm trying to insert into my ROM the Poison Mushroom that came with SpriteTool. I thought I did everything right, but ST keeps giving me an error message:

Code
Enter ROM filename: Test.smc
Enter sprite list filename: sprites.txt
cleaning up data from previous runs:
PC: 0x8086a (SNES: 90:866a)
sprite yable start PC 0x80acd

wrote 1263 bytes

inserting sprite: 85
.\sprites\poison_muschroom.cfg
'asar.exe' is not recognized as an internal or external command,
operable program or batch file.

************ERROR************
MAIN label not found
*****************************

Press any key to continue . . . 


I have not altered the .asm or the .cfg file. The Poison Mushroom is the only sprite in my sprite list.

Code
85 poison_mushroom.cfg


What am I doing wrong?