I am having a problem applying sprites to my ROM using Pixi, and I can't seem to pinpoint where the issue is. I have no issues using the tool on a fresh ROM (only LM's ASM hacks applied, nothing else) so I know I am using the tool correctly.
I am trying to apply 2 separate sprites that were included with Pixi, but once I run Pixi, it seems to hang right after the command prompt prints "18 Shared routines registered in "routines/", and refuses to notify me that "All sprites applied successfully".
The debug output in command prompt is as follows:
Again, no confirmation of success.
I am not running an SA-1 rom, but I have modified it with GPS, UberASM Tool, various ASAR patches (below), and of course plenty of LM edits.
Could any of these modifications below be causing interference?
I can provide an .IPS patch of the ROM, or more information as needed if anyone knows what the issue could be.
Thank you!
I am trying to apply 2 separate sprites that were included with Pixi, but once I run Pixi, it seems to hang right after the command prompt prints "18 Shared routines registered in "routines/", and refuses to notify me that "All sprites applied successfully".
The debug output in command prompt is as follows:
Code
C:\Users\___\Desktop\pixi v1.1>pixi -d -k smw.smc line: 1 num: 1, ex: 0, char: F sprites/piranha_sideways.cfg:, 5 lines parsed: Sprite: 01 Type: 01, ActLike: 36 Tweaker: 81, 14, 08, 00, 10, 20, Extra: 00, 00, ASM File: sprites/piranha_sideways.asm -------------------------------------- line: 1 num: 1, ex: 0, char: F sprites/thwomps/thwomp_right.cfg:, 5 lines parsed: Sprite: 02 Type: 01, ActLike: 36 Tweaker: 01, 06, 33, 01, 01, 24, Extra: 00, 00, ASM File: sprites/thwomps/thwomp_right.asm -------------------------------------- 18 Shared routines registered in "routines/" sprites/piranha_sideways.asm Prints: Routine: SubOffScreen inserted at $92BCD0 Routine: SubHorzPos inserted at $90F153 Routine: GetDrawInfo inserted at $92B99F INIT: $92B872 MAIN: $92B884 __________________________________ sprites/thwomps/thwomp_right.asm INIT: $92D9B1 MAIN: $92D9BC __________________________________
Again, no confirmation of success.
I am not running an SA-1 rom, but I have modified it with GPS, UberASM Tool, various ASAR patches (below), and of course plenty of LM edits.
Could any of these modifications below be causing interference?
Quote
UberASM:
13 entries of HDMA BG/FG effects using Effects Tool code.
NSMB Pipe Cannon ASM
GM14.asm (provided in the d/l for GHB + FuSoYas Scrolling Pipes)
GPS:
Around 90 different blocks (mostly pipe blocks)
ASAR Patches:
Ground Pound (mario butt stomp)
Bob-omb Fix
Darken Pause
Enemy Face You
Extended NSTL
HDMA Fix (for screen scrolling pipes)
Line Guide Act-Like Fix
No Course Clear Fade Out
NSTL Patch
All blue P-switches
Start+Select on OW Save Prompt
Slide Kill Chain Fix
Spike Swim Fix
Sprite Ceiling Fix
Sprite Invincibility Fix
Thwomp Sprite Fix
Time Up Fix
13 entries of HDMA BG/FG effects using Effects Tool code.
NSMB Pipe Cannon ASM
GM14.asm (provided in the d/l for GHB + FuSoYas Scrolling Pipes)
GPS:
Around 90 different blocks (mostly pipe blocks)
ASAR Patches:
Ground Pound (mario butt stomp)
Bob-omb Fix
Darken Pause
Enemy Face You
Extended NSTL
HDMA Fix (for screen scrolling pipes)
Line Guide Act-Like Fix
No Course Clear Fade Out
NSTL Patch
All blue P-switches
Start+Select on OW Save Prompt
Slide Kill Chain Fix
Spike Swim Fix
Sprite Ceiling Fix
Sprite Invincibility Fix
Thwomp Sprite Fix
Time Up Fix
I can provide an .IPS patch of the ROM, or more information as needed if anyone knows what the issue could be.
Thank you!