Language…
16 users online:  AmperSam, CroNo486, DannyLeeClark, Enan63, Gamet2004, GuleDuyeM, Intuition, jobvd, kellykelster, Nitrogen, Phyll, RZRider, Saela, Sammmoo, tOaO, TonyversoTV - Guests: 87 - Bots: 162
Users: 69,698 (2,535 active)
Latest user: Konamicode895271

Expand Dry Bones/Bony Beetle Collapse/Kill Triggers

SMW Patches → Expand Dry Bones/Bony Beetle Collapse/Kill Triggers

Submission Details

Screenshots

Comments (2)

Maarfy Link
This is an interesting patch, here. More interesting than its name implies, actually - I've adjusted the name to better reflect the breadth of its changes, as not everyone is aware of the technical definition of a "quake sprite". Both sections of code relating to consecutive kills awarding a 1-UP (star and shell) were also modified. The star-kill section used an incorrect address causing points not to tally; both sections were organized in a way that played an incorrect sound effect on the first kill that earned a 1-UP, and no sound effect for all subsequent kills. Minor technical tweaks were also made for Asar 1.90+ compatibility.

This patch allows the Dry Bones and Bony Beetle sprites to collapse when hit with a cape spin, punched from a net-climb, bumped with a bounce block, hit with Yoshi stomp clouds, or having a carryable sprite carried into them. This patch allows the same sprites to be killed when having a non-Goomba carryable sprite kicked into them or when touching a player who has a star. In so doing, this patch introduces a few frame rules that are worth keeping in mind if designing highly technical setups:

  • On odd frames (as dictated by $7E0014), the sprite will check for and respond to a cape spin/net punch first, then bounce blocks/Yoshi stomp clouds.
  • On even frames, the sprite will check for and respond to contact with kicked/stunned/carried sprites.
  • On all frames, after the frame-specific checks are complete, the sprite will check for contact with the player, factoring in star-power.

Note that Dry Bones/Bony Beetles will collapse upon touching a stunned Goomba no matter what, even if it is completely stationary. This is a deliberate design choice, and not a bug.



Tested with Asar 1.91, Lunar Magic 3.50, SA-1 1.40, Snes9x 1.62.3, BSNES Accuracy 0.7.1, Sprite Whitelist for Cape Ground Pound patch (2020-05-23)
Olga Ashburne Link
I feel like those should be custom sprites