Language…
6 users online: cletus_deletus, drkrdnk, KoJi,  MarioFanGamer, Oskise, pnaha - Guests: 245 - Bots: 359
Users: 64,795 (2,377 active)
Latest user: mathew

Customizable Green Gas Bubble + Disassembly

SMW Sprites → Customizable Green Gas Bubble + Disassembly

Submission Details

Name: Customizable Green Gas Bubble + Disassembly
Author: dogemaster
Added:
Tool: PIXI
Type: Standard
Dynamic: No
Disassembly: Yes
Includes GFX: No
Description: This is a customizable version of the Green Bubble sprite which is typically used in ghost houses.

New options include:
- Movement options like making it only go in a particular direction or go back'n'forth like a Flying ? Block.
- Homing version which goes towards the player constantly akin to the pink bubble from Casio Mario World.
- A bubble that tracks mario horizontally like a Disco Shell.
These attributes can be selected via the use of extra bytes. (which I explain in the ASM file, so be sure to check that)

Note: Also includes a disassembly of the green bubble which I did myself since the one already on the site was not user friendly and easy to customize.
Tags: customizable disassembly gas bubble lorom sa-1
Comments: 6 (jump to comments)
Rating:
0.0 (0 ratings)
No rating
Download 7.82 KiB | 709 downloads

Screenshots

View all

Comments (6)

Shy guy coding Link
Is that the big water bomb from SMW ghost houses? Or the big bubble from SM64 bob-omb battlefield?

I know'nt #smrpg{:P}
dogemaster Author Link
kinda sorta yes
Originally posted by jesus angel
is this the pink gas bubble from casio mario world ?
jesus angel Link
is this the pink gas bubble from casio mario world ?
JamesD28 Link
Tested with:

• Lunar Magic 3.21
• SA-1 Pack v1.32
• PIXI v1.32
• Snes9x v1.60
• bsnes plus v05

Added a missing SA-1 define in the customizable version, which glitched the graphics on SA-1. Everything else works as intended, so, accepted.
Wyatt Link
Nice work!

I have one criticism: The homing bubble tracks too far to the left of Mario. This can be easily fixed by replacing the two
Code
ADC #$20
lines with
Code
ADC #$16
. I might be off by a pixel or two with that, didn't test it that thoroughly.

Everything else about the sprite is great. The homing is way less weird than Casio, and the non-homing functionality is really well-documented.
Klug Link
FYI, the official name of this sprite is called the "Big Bubble".