Language…
17 users online:  Ahrion,  AmperSam, astreboo, bravetoaster, Cope, deported, exit1337, Golden Yoshi,  LouisDoucet, MarsAmPear, mason, Mega, MorrieTheMagpie, NewPointless, Nitrogen, PokemonUnoGamer,  YouFailMe - Guests: 400 - Bots: 115
Users: 70,848 (2,338 active)
Latest user: astreboo

Better SMB2-styled POW

SMW Sprites → Better SMB2-styled POW

Submission Details

Name: Better SMB2-styled POW
Author: Blind Devil
Added:
Tool: PIXI
Type: Standard
Dynamic: No
Disassembly: No
Includes GFX: Yes
Description: A carryable POW switch similar to the one from SMB2. When triggered, and depending on a certain define in the ASM, it will either stun/kill sprites on ground like when you do a cape smash, or turn sprites on screen into coins, just like when you hit the goal tape in the end of a level.

The switch is carryable, too, and depending on the extra bit, you should either press it to trigger it or
throw it against something with a certain speed.

An optional ExAnimation file is also included, as well as a JSON file for PIXI 1.2 users.

Note that if carried through a pipe, it'll turn into a regular SMW blue POW, so you may want to avoid that.
Tags: carryable lorom pacifist pow sa-1 smb2
Comments: 7 (jump to comments)
Rating:
5.0 (1 rating)
No rating
Download 9.17 KiB | 1,139 downloads

Screenshots

Comments (7)

shidouri Link
I'm experiencing an issue where Mario is constantly being 'bumped' if he stands on top of the POW.
I'm using !EffectType = 0 and setting the Extra Bit on the sprite.
Is it just me?
 MarioFanGamer Link
Works pretty much as presented. The only problem is the P-switch reuse bug which works on it too (and additionally also becomes a non-functional p-switch if Yoshi eats the smoke) so I would suggest you to update the sprite and make it inedible once pressed.
lx5 Link
The issue mentioned in the note can be fixed with this hex edit without any known side effects.
 RussianMan Link
You probably could've add option to make it disappear off screen in ASM with if statement, that way you don't have to uncomment anything.
 Blind Devil Author Link
Yet another update was made. Now you can make it behave even closer to SMB2 by setting the extra bit - this makes it so you can ride the sprite, and throw it away to activate it.

Also added a define so instead of turning sprites into coins, you stun/kill sprites on ground just like a cape smash does.
CalHal Link
This sprite is already made in Davros’s SMW Items 1.1. Can you please remove it and make it act like Son’s Mario Bros. Arcade POW block when you throw the sprite on the ground? And don’t turn all sprite into coins.
 Blind Devil Author Link
Fixed sprite interaction with question/turn/similar blocks and added a new check that makes the sprite turn into a coin when carried through the goal, except when it's pressed.