Language…
11 users online: Batata Douce, crocodileman94, Darolac, DasFueller, Dzing, Gamet2004, Hammerer,  icrawfish, jump_run_repeat,  Nanako, Rykon-V73 - Guests: 279 - Bots: 327
Users: 64,795 (2,377 active)
Latest user: mathew

Pixi's Official Issue(s) Thread - Use this if you have trouble inserting sprites with Pixi

Originally posted by Koopster
Originally posted by XLIXER
Was wondering if anybody here has used the 'sprite offsetter' sprite, & actually knew how to use it? I did successfully insert it, but I cant seem to offset anything.

You must fill the "Extension" field with the extra byte setup when inserting it (you can also modify them after the sprite is placed in the level by Alt+right clicking the sprite). The .asm file as well as the blue text that shows up when the sprite is hovered explain how the extra bytes work.


Thanks alot, alt right clicking the sprite made the extension notes make sense lol
currently working on The Amazingly Randy
[x] I have read the README.txt that's included in Pixi and I still can't figure out what's wrong.
[ ] I have used other sprite tools on my ROM (such as Romi's sprite tool)
[x] I have searched in the Forums and/or this thread for issues that are possibly duplicates of mine to see if there's already an answer

This error appears when i try to run pixi to insert a sprite:

An error has been detected:
spr_temp.asm:2: error: (E5088): Define 'my folder name' wasn't found.
spr_temp.asm:5: error: (E5088): Define 'my folder name' wasn't found.
spr_temp.asm:7: error: (E5088): Define 'my folder name' wasn't found.

I know it's not the sprite because i removed it and tried again.
I'm trying to insert the ball projectile that Snifits and Cobrats fire and this happens:



Basically, the Cobrat shoots the projectile as normal, but its gfx appears way up in the air, far from the sprite itself. How do I fix this issue?
I try to insert Sprites with Pixi, but there's always an error and it says " Line 1 was malformed: "verbose: on"". What did I do wrong there?
PIXI is completely ignoring my ExtraDefines folder. I have no idea what I could be doing wrong; it's inside the "asm" folder and contains an ASM file with some incsrcs, and sprite insertion treats it as if it weren't there. Putting garbage in the existing ASM file, or including another ASM file that explicitly has the defines that I want, also doesn't help; I get the exact same "define not found" errors.

EDIT: Never mind, I figured out what the problems were.

----------------

I'm working on a hack! Check it out here. Progress: 64/95 levels.
Hi, I am trying-#smw{>:|}- to insert custom sprites with pixi but it always has about 50 errors for any sprite, even rex! Can anybody help me?


https://imgflip.com/gif/yd3hu
Originally posted by YoshiSaviour
Hi, I am trying-#smw{>:|}- to insert custom sprites with pixi but it always has about 50 errors for any sprite, even rex! Can anybody help me?


https://imgflip.com/gif/yd3hu

I'll need more information than this to help you, at least a screenshot or copy of the errors you get, which sprites you're trying to insert, your list.txt file, and the folder structure of your pixi folder.
Originally posted by Atari2.0
I'll need more information than this to help you, at least a screenshot or copy of the errors you get, which sprites you're trying to insert, your list.txt file, and the folder structure of your pixi folder.
Here is my folder with Pixi.


Code
Code
Enter a ROM file name, or drag and drop the ROM here: "C:\Users\nicol\Downloads\PIXI\SMW (2).smc" 27 Shared routines registered in "C:/Users/nicol/Downloads/PIXI/routines/" An error has been detected: c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:27: error: (E5027): Invalid number. [dcb "INIT"] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:46: error: (E5027): Invalid number. [dcb "MAIN"] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:50: error: (E5060): Label 'START_SPRITE_CODE' wasn't found. [JSR STA RT_SPRITE_CODE] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:59: error: (E5117): Unknown command. [START_SPRITE_CODE JSR SUB_OFF_ SCREEN_X1] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:61: error: (E5060): Label 'LABEL92' wasn't found. [BNE LABEL92] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:65: error: (E5060): Label 'LABEL90' wasn't found. [BNE LABEL90] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:67: error: (E5117): Unknown command. [LABEL90 TYA] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:70: error: (E5060): Label 'LABEL91' wasn't found. [BPL LABEL91] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:72: error: (E5117): Unknown command. [LABEL91 CLC] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:79: error: (E5117): Unknown command. [LABEL92 LDA $151C,x] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:107: error: (E5060): Label 'LABEL93' wasn't found. [BNE LABEL93] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:112: error: (E5117): Unknown command. [LABEL93 LSR $01] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:113: error: (E5060): Label 'LABEL94' wasn't found. [BCC LABEL94] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:116: error: (E5117): Unknown command. [LABEL94 STA $04] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:121: error: (E5060): Label 'LABEL95' wasn't found. [BNE LABEL95] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:126: error: (E5117): Unknown command. [LABEL95 LSR $03] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:127: error: (E5060): Label 'LABEL96' wasn't found. [BCC LABEL96] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:130: error: (E5117): Unknown command. [LABEL96 STA $06] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:142: error: (E5060): Label 'LABEL97' wasn't found. [BPL LABEL97] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:144: error: (E5117): Unknown command. [LABEL97 CLC] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:160: error: (E5060): Label 'LABEL98' wasn't found. [BPL LABEL98] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:162: error: (E5117): Unknown command. [LABEL98 CLC] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:170: error: (E5060): Label 'RETURN_EXTRA' wasn't found. [BCC RETURN_ EXTRA] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:172: error: (E5060): Label 'HAS_STAR' wasn't found. [BNE HAS_STAR] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:174: error: (E5117): Unknown command. [SPRITE_WINS LDA $1497] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:176: error: (E5060): Label 'RETURN_EXTRA' wasn't found. [BNE RETURN_ EXTRA] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:179: error: (E5117): Unknown command. [RETURN_EXTRA JSR SUB_GFX] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:183: error: (E5060): Label 'ALIVE' wasn't found. [BEQ ALIVE] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:189: error: (E5060): Label 'DONE' wasn't found. [BRA DONE] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:191: error: (E5117): Unknown command. [ALIVE PLA] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:200: error: (E5117): Unknown command. [DONE LDY #$02] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:206: error: (E5117): Unknown command. [HAS_STAR LDA #$02] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:210: error: (E5060): Label 'SUB_HORZ_POS' wasn't found. [JSR SUB_HOR Z_POS] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:211: error: (E5060): Label 'KILLED_X_SPEED' wasn't found. [LDA KILLE D_X_SPEED,y] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:216: error: (E5060): Label 'NO_RESET2' wasn't found. [BCC NO_RESET2] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:219: error: (E5117): Unknown command. [NO_RESET2 JSL $02ACE5] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:222: error: (E5060): Label 'NO_SOUND2' wasn't found. [BCS NO_SOUND2] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:223: error: (E5060): Label 'STAR_SOUNDS' wasn't found. [LDA STAR_SOU NDS,y] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:225: error: (E5117): Unknown command. [NO_SOUND2 BRA RETURN_EXTRA] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:231: error: (E5117): Unknown command. [PALS dcb $05,$07,$09,$0B] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:233: error: (E5117): Unknown command. [SUB_GFX JSR GET_DRAW_INFO] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:275: error: (E5117): Unknown command. [KILLED_X_SPEED dcb $F0,$10] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:276: error: (E5117): Unknown command. [STAR_SOUNDS dcb $00,$13,$14,$ 15,$16,$17,$18,$19] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:278: error: (E5117): Unknown command. [SUB_STOMP_PTS PHY] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:286: error: (E5060): Label 'NO_SOUND' wasn't found. [BCS NO_SOUND] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:287: error: (E5060): Label 'STAR_SOUNDS' wasn't found. [LDA STAR_SOU NDS,y] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:289: error: (E5117): Unknown command. [NO_SOUND TYA] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:291: error: (E5060): Label 'NO_RESET' wasn't found. [BCC NO_RESET] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:293: error: (E5117): Unknown command. [NO_RESET JSL $02ACE5] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:305: error: (E5117): Unknown command. [SUB_HORZ_POS LDY #$00] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:312: error: (E5060): Label 'LABEL16' wasn't found. [BPL LABEL16] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:314: error: (E5117): Unknown command. [LABEL16 RTS] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:325: error: (E5117): Unknown command. [TABLE1 dcb $0C,$1C] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:326: error: (E5117): Unknown command. [TABLE2 dcb $01,$02] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:328: error: (E5117): Unknown command. [GET_DRAW_INFO STZ $186C,x] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:334: error: (E5060): Label 'ON_SCREEN_X' wasn't found. [BEQ ON_SCREE N_X] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:337: error: (E5117): Unknown command. [ON_SCREEN_X LDA $14E0,x] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:350: error: (E5060): Label 'INVALID' wasn't found. [BNE INVALID] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:355: error: (E5060): Label 'ON_SCREEN_LOOP' wasn't found. [BEQ ON_SC REEN_LOOP] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:357: error: (E5117): Unknown command. [ON_SCREEN_LOOP LDA $D8,x] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:359: error: (E5060): Label 'TABLE1' wasn't found. [ADC TABLE1,y] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:368: error: (E5060): Label 'ON_SCREEN_Y' wasn't found. [BEQ ON_SCREE N_Y] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:370: error: (E5060): Label 'TABLE2' wasn't found. [ORA TABLE2,y] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:372: error: (E5117): Unknown command. [ON_SCREEN_Y DEY] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:373: error: (E5060): Label 'ON_SCREEN_LOOP' wasn't found. [BPL ON_SC REEN_LOOP] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:386: error: (E5117): Unknown command. [INVALID PLA] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:392: error: (E5117): Unknown command. [SPR_T12 dcb $40,$B0] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:393: error: (E5117): Unknown command. [SPR_T13 dcb $01,$FF] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:394: error: (E5117): Unknown command. [SPR_T14 dcb $30,$C0,$A0,$C0,$ A0,$F0,$60,$90] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:395: error: (E5051): Invalid input. [dcb $30,$C0,$A0,$80,$A0,$40,$60 ,$B0] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:396: error: (E5117): Unknown command. [SPR_T15 dcb $01,$FF,$01,$FF,$ 01,$FF,$01,$FF] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:397: error: (E5051): Invalid input. [dcb $01,$FF,$01,$FF,$01,$00,$01 ,$FF] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:399: error: (E5117): Unknown command. [SUB_OFF_SCREEN_X1 LDA #$02] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:400: error: (E5117): Unknown command. [STORE_03 STA $03] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:402: error: (E5117): Unknown command. [START_SUB JSR SUB_IS_OFF_SCRE EN] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:403: error: (E5060): Label 'RETURN_35' wasn't found. [BEQ RETURN_35] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:406: error: (E5060): Label 'VERTICAL_LEVEL' wasn't found. [BNE VERTI CAL_LEVEL] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:413: error: (E5060): Label 'ERASE_SPRITE' wasn't found. [BPL ERASE_S PRITE] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:416: error: (E5060): Label 'RETURN_35' wasn't found. [BNE RETURN_35] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:424: error: (E5060): Label 'SPR_T14' wasn't found. [ADC SPR_T14,y] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:430: error: (E5060): Label 'SPR_T15' wasn't found. [ADC SPR_T15,y] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:435: error: (E5060): Label 'SPR_L31' wasn't found. [BCC SPR_L31] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:438: error: (E5117): Unknown command. [SPR_L31 LDA $00] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:439: error: (E5060): Label 'RETURN_35' wasn't found. [BPL RETURN_35] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:440: error: (E5117): Unknown command. [ERASE_SPRITE LDA $14C8,x] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:442: error: (E5060): Label 'KILL_SPRITE' wasn't found. [BCC KILL_SPR ITE] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:445: error: (E5060): Label 'KILL_SPRITE' wasn't found. [BEQ KILL_SPR ITE] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:448: error: (E5117): Unknown command. [KILL_SPRITE STZ $14C8,x] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:449: error: (E5117): Unknown command. [RETURN_35 RTS] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:451: error: (E5117): Unknown command. [VERTICAL_LEVEL LDA $167A,x] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:453: error: (E5060): Label 'RETURN_35' wasn't found. [BNE RETURN_35] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:456: error: (E5060): Label 'RETURN_35' wasn't found. [BCS RETURN_35] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:462: error: (E5060): Label 'ERASE_SPRITE' wasn't found. [BCS ERASE_S PRITE] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:470: error: (E5060): Label 'SPR_T12' wasn't found. [ADC SPR_T12,y] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:476: error: (E5060): Label 'SPR_T13' wasn't found. [ADC SPR_T13,y] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:481: error: (E5060): Label 'SPR_L38' wasn't found. [BEQ SPR_L38] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:484: error: (E5117): Unknown command. [SPR_L38 LDA $00] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:485: error: (E5060): Label 'RETURN_35' wasn't found. [BPL RETURN_35] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:486: error: (E5060): Label 'ERASE_SPRITE' wasn't found. [BMI ERASE_S PRITE] c:/users/nicol/downloads/pixi/sprites/roto_disc.asm:488: error: (E5117): Unknown command. [SUB_IS_OFF_SCREEN LDA $15A0,x ]
Here is what Pixi says. Sorry that the screenshot is too big.


Search up : who knew yoshi could dance gif.

It looks like you're trying to insert a SpriteTool sprite with pixi, the two tools are not compatible with each other. Where did you get that sprite from? Anyway, when you download a sprite from the section, make sure that the tool field in the submission says "pixi" so you know that it'll be compatible.
In some ways, you can solve this by running the sprite through Trashkas, though you still need to make some changes to the code, typically fixing SUB_OFF_SCREEN (to fix that, simply replace JSR SUB_OFF_SCREEN_X1 by LDA #$01 : %SubOffScreen().

But of course, when the sprite already exist in our sections, it's better to use the already converted version instead of fiddling around an unconverted sprite.
I am pretty sure I got the sprites from SMW.centrals sprite section: https://www.smwcentral.net/?p=section&s=smwsprites
Maybe I am wrong. I would be happy to give u a screenshot of lunar magic, though.

#wario{O_O}


Originally posted by MarioFanGamer
In some ways, you can solve this by running the sprite through Trashkas, though you still need to make some changes to the code, typically fixing SUB_OFF_SCREEN (to fix that, simply replace JSR SUB_OFF_SCREEN_X1 by LDA #$01 : %SubOffScreen().

But of course, when the sprite already exist in our sections, it's better to use the already converted version instead of fiddling around an unconverted sprite.


I used your tool, but what exactly happens? I read the readme, but nothing really happened. what is the purpose of this tool?#smw{o_O?}#smw{:TUP:}


Originally posted by YoshiSaviour
I am pretty sure I got the sprites from SMW.centrals sprite section: https://www.smwcentral.net/?p=section&s=smwsprites
Maybe I am wrong. I would be happy to give u a screenshot of lunar magic, though.

#wario{O_O}

It doesn't matter if you got the sprite from the smwc section, it can still be incompatible with Pixi if the "tool" field on the submission doesn't say "Pixi". For example, all of these sprites are only compatible with Romi's Spritetool, which is the old sprite tool before Pixi was made.

I don't need a Lunar Magic screenshot, I already explain to you what is wrong. As I said, just make sure to check the "tool" field:
Example, this says "SpriteTool" so it's not gonna be compatible with pixi

This says Pixi which means it's compatible with Pixi.
Thanks. I have finished my ROM, I am wondering if i should put it on smw.central...


What do u think?#smw{o_O?}




Up to you on that front, though please make sure to turn it into a BPS patch first as, due to legal reasons, direct downloads to ROM files are not allowed on the site. You can create a BPS file from a ROM file using Floating IPS.

Professional frame-by-frame time wizard. YouTube - Twitter - SMW Glitch List - SMW Randomizer
Originally posted by Quote me

  • ## Summary

    < I'm trying to insert the following mod (https://www.smwcentral.net/?p=section&a=details&id=23199). A SMB3 Goomba mod, I followed the tutorial instructions, added the asm files, bin, json, etc. The Goomba is fully functional coding wise, moves as it should, except for one thing; it uses the graphics for the key instead of the custom Goomba graphics. >


  • ## Expected results

    < I thought I'd see the Goomba's sprites and functionality, got the functionality but not the sprites >


  • ## Actual results

    <

    >



Make sure to fill the [ ] below with an X after making sure you did what they say.

[X ] I have provided enough information and/or my list.txt to help figure out what's the issue
[ X] I have read the README.txt that's included in Pixi and I still can't figure out what's wrong.
[X ] I have used other sprite tools on my ROM (such as Romi's sprite tool)
[ X] I have searched in the Forums and/or this thread for issues that are possibly duplicates of mine to see if there's already an answer

Describe your issue (try to include as much details as possible):
As explained above, I tried to install a Goomba mod. I used the files to include the bin file, the json, the asm, everything important. For the most part, the Goomba enemy is functional, both in the interal emulator for Lunar Magic and in the proper emulators I'm using to test my rom. The only hiccup is that the Goomba's sprite shows up as a key instead of a Goomba, and I have no idea how to fix it (sole exception is when it dies, where it looks right). Not sure how to fix it. Otherwise it acts exactly like a Goomba.




Use this space to include screenshots if needed.







That just sounds like you're missing the graphics insertion step.

In a nutshell, a sprite doesn't know what it looks like - inserting sprites and inserting graphics are two separate steps, and the latter is a lot like inserting foreground/background graphics.

Surprisingly the tutorial doesn't seem to cover that, so you might want to check the ExGFX guide, specifically the part about sprite ExGFX. (Maybe PIXI's readme covers it too, it's worth a look.)


 
Originally posted by Quote me

  • ## Summary
    When trying to insert a sprite, I get an error message saying that various .asm files cannot be found.

  • ## Expected results
    PIXI should say all sprites applies successfully.

  • ## Actual results
    I cannot get the sprite in. Changing the file name in the list from .cfg to .json to match the download seems to have no effect. If I try to copy to smc from anywhere other than the PIXI folder, it fails to find the list file.

[X] I have provided enough information and/or my list.txt to help figure out what's the issue
[X] I have read the README.txt that's included in Pixi and I still can't figure out what's wrong.
[not sure ] I have used other sprite tools on my ROM (such as Romi's sprite tool)
[X] I have searched in the Forums and/or this thread for issues that are possibly duplicates of mine to see if there's already an answer

Describe your issue (try to include as much details as possible):
After downloading a sprite, I copied the files into my sprites folder. I moved the asm and cfg files to the appropriate folder in PIXI. When I move my smc file to the PIXI folder and drag it in, it no longer responds properly. I have many other custom sprites downloaded that all work fine. I have checked various folders to make sure that everything is consistent with the ones that already work, but I cannot seem to find where my mistake is. It has been a while since I last used the tool.

Use this space to include screenshots if needed.



Those errors are due to missing files in PIXI's "routines" directory. The latest version of PIXI does indeed have those files, so you probably just have to update your version.

Professional frame-by-frame time wizard. YouTube - Twitter - SMW Glitch List - SMW Randomizer
Ok, thanks. Should I just replace everything except the sprites folder with the new download?