Language…
10 users online: Chaveszzz12, ForthRightMC, Freshben, MegaSonic1999, NewPointless, Saela,  Segment1Zone2, Stivi, Typo, zAce08xZ - Guests: 79 - Bots: 88
Users: 70,118 (2,533 active)
Latest user: efilyarps

Make Feathers rise out of blocks like Fire Flower

Hi there!

I am wondering what the best way I could make a Feather powerup rise out of (and stay on top of) question mark blocks? I want this instead of the current way of launching out upward and slowly drifting down. Didn't know if this would be something I could easily do without inserting new Sprites/Blocks.


It'll take some work, unfortunately. Part of the issue is that while most powerups share the majority of their code, the feather is completely separate. So you'd have to add the rising functionality to it yourself.

For reference, the feather's MAIN routine starts at $01C6ED, while other powerups start at $01C353. The rising animation for those specifically is at $01C38F through $01C3A8; you'd want to imitate that code and add it to the feather.

Professional frame-by-frame time wizard. YouTube - Bluesky - SMW Glitch List - SMW Randomizer