Name: | Sling Pack |
Author: | NerDose |
Added: | |
Tool: | PIXI |
Type: | Standard |
Dynamic: | No |
Disassembly: | No |
Includes GFX: | Yes |
Description: | This sling pack contains four different slings: The silver sling shoots diagonally and drags mario up, the Golden sling shoots horizontally and acts as a swing, the blue sling shoots vertically and acts as a rope and the red sling shoots horizontally and spawns a platform. These slings won't work on a Map16 tile of your choice. Be sure to put the file "GetDistanceSprMario.asm" in PIXI's routines folder and set the define !SpriteNumber in RedSling.asm to the RedSlingPlatform's sprite number in PIXI's list.txt |
Tags: | gimmick lorom pacifist sa-1 sp2 |
Comments: | 9 (jump to comments) |
Rating: |
Download
16.04 KiB | 478 downloads
Comments (9)
I never even rated it.
This shouldn't happen. May I ask for more info about your problem? It may have little to do with the sprites themselves.
Certainly. This sprite nested some RATs into my ROM after trying to remove them.
Ok...this was all on my end. I intend to use this sprite correctly in my new
hacking project. I'm sure that Wario will find these exhilarating to use.
- Lunar Magic v3.30
- SA-1 Pack v1.32
- PIXI v1v32
- BSNES v115
They're definitively cool sprites, especially now that the gold sling doesn't kill you now as easily. That you can't snatch onto any block is also interesting, though it would be even better if you allow the users a black list instead of blacklisting a single tile.That being said, there still are some things in the gold sling where you could have coded better, though:
AND #$10000000 : BEQ $xx
can be simplified toBPL $xx
AND #%11111111
is completely redundant, it doesn't mask out any sprite (similar to how multiplying with 1 does nothing, especially because the AND operation is often compared with multiplication).STA !187B,x
. And what's the RTS doing after a BRA?The blue sling code to handle jumping also could have been improved like in the gold sling. This includes moving Mario up and down when the sling holds onto something. Hint: Use tables for the up and down movement.
And a gameplay issue: The silver sling has got the issue that if Mario's back is right behind a wall, the silver sling might not work.
This shouldn't happen. May I ask for more info about your problem? It may have little to do with the sprites themselves.
Certainly. This sprite nested some RATs into my ROM after trying to remove them.
This shouldn't happen. May I ask for more info about your problem? It may have little to do with the sprites themselves.
Thoroughly enjoy the Gold and Red Slings.