Language…
15 users online: Alewx_, bravetoaster, CalHal, deported, Disk Poppy, Duraner Hawkeye, ElianGarou,  Fyre150, KeroKing, Knight of Time, ninj, PixlBitNick, Sluwu, TCgamerboy2002,  YouFailMe - Guests: 166 - Bots: 184
Users: 67,258 (2,031 active)
Latest user: KeroKing

Stationary Piranha Plant v1.1

SMW Sprites → Stationary Piranha Plant v1.1

Submission Details

Name: Stationary Piranha Plant v1.1
Author: AmperSam
Added:
Version History: View
Tool: PIXI
Type: Standard
Dynamic: No
Disassembly: No
Includes GFX: Yes
Description: A basic Piranha Plant that doesn't move up and down, based on the disassembly by  imamelia.

The extra bit will determine if it's upside-down or not. The first extra byte will let you offset the plant horizontally so you can place them where you wish.

v1.1 Update:
- added the extra byte functionality
Tags: enemy lorom piranha plant sa-1
Comments: 12 (jump to comments)
Rating:
4.0 (1 rating)
No rating
Download 5.63 KiB | 343 downloads

Screenshots

Comments (12)

 Major Flare Link
Tested with: Lunar Magic 3.40, ZMZ 1.08, PIXI 1.40 and SA-1 1.40.

Accepted.
Overcrow03 From older version: Stationary Piranha Plant Link
I'm testing this with the upside down variant. The hitbox seems to be a block too low. With this sprite I can spin on the head of the plant through the stem, with the 'vanilla' plant, you spin on the stem
 AmperSam Author From older version: Stationary Piranha Plant Link
I fixed that (in my view) incorrect offset so it is matched to its graphic.
Overcrow03 From older version: Stationary Piranha Plant Link
I agree that the original is offset incorrectly, but I feel like you shouldn't be allowed to do this (I'm spin jumping):


I do think the hitbox below the plant is way better in this sprite than the vanilla one though
Link13 From older version: Stationary Piranha Plant Link
this needs a venus version and short stem
 AmperSam Author From older version: Stationary Piranha Plant Link
This resource is intended to be very basic variation of a vanilla sprite. If you need stationary custom plants, the plants pack can be easily modified to make them stationary.

You can change the following (found around line 353 in its .asm file) in that resource:

Code
INC            ; increment the sprite state
AND #$03       ;
STA !C2,x      ;

to this:

Code
LDA #$02        ; permanently store second state
STA !C2,x       ;

This edit is probably "good enough" to make them stationary.
Satsumaimo From older version: Stationary Piranha Plant Link
Originally posted by AmperSam
This resource is intended to be very basic variation of a vanilla sprite. If you need stationary custom plants, the plants pack can be easily modified to make them stationary.

You can change the following (found around line 353 in its .asm file) in that resource:

Code
INC            ; increment the sprite state
AND #$03       ;
STA !C2,x      ;

to this:

Code
LDA #$02        ; permanently store second state
STA !C2,x       ;

This edit is probably "good enough" to make them stationary.


Thank you for this AmperSam (I don't want stationary versions, but for the weirdest reason I could never find this plant pack despite it being like 4 years old #tb{DX<} )
 Major Flare From older version: Stationary Piranha Plant Link
Tested with: PIXI 1.40, ZMZ 1.08, Lunar Magic 3.33, SA-1 1.40.

Ok, it works, accepted.
AyGaAlPa From older version: Stationary Piranha Plant Link
I would like change de head palette to A (Yellow)
How Can i do this?

I tried in the CFG Editor, but i can't... #smrpg{ohno}
 AmperSam Author From older version: Stationary Piranha Plant Link
You can't do this in the .cfg file, but in the asm you can edit the corresponding TileProperties value (these are in YXPPCCCT format converted to hex) for each head tile to be different palettes.
 AmperSam Author From older version: Stationary Piranha Plant Link
Originally posted by CalHal
This reminds me of EternityLarva's rejected sprite, the Directional Piranha Plant. Hers as short stems, can be placed in half units and on walls sideways, and effects gravity. Your are great. I wonder these Piranha Plant can effect gravity?


These are meant to just be a simple variant of the existing SMW piranha plant, they're obviously not going to be as feature-full as that sprite. I have no plans to add any features to them either.
CalHal From older version: Stationary Piranha Plant Link
This reminds me of EternityLarva's rejected sprite, the Directional Piranha Plant. Hers as short stems, can be placed in half units and on walls sideways, and effects gravity. Your are great. I wonder these Piranha Plant can effect gravity?