Language…
3 users online: alexwong,  Daizo Dee Von, jferrerfaj - Guests: 83 - Bots: 94
Users: 70,494 (2,448 active)
Latest user: ODX25

Stomp w/ Star

SMW Patches → Stomp w/ Star

Submission Details

Name: Stomp w/ Star
Author: aroohwahoou
Added:
Tool: Asar
Requires Free Space: Yes
Bug Fix: No
Featured: No
Description: A patch that allows the player to stomp on enemies and pick up objects when they have a Star. Still allows the player to Star-kill enemies by running into the side of them.

This also uses a second hijack to apply to Rex, since he doesn't use the default interaction.
Tags: enemies holding lorom sa-1 star stomp
Comments: 2 (jump to comments)
Download 2.79 KiB | 136 downloads

Screenshots

Comments (2)

 Koopster Link
Quote
This also uses a second hijack to apply to Rex, since he doesn't use the default interaction.

I haven't checked the code myself, but out of curiosity, is there a hijack for wiggler as well? It also uses its own interaction.
Burning Loaf Link
Tested with:
  • Asar 1.81
  • Lunar Magic 3.33
  • SA-1 Pack 1.40
  • PIXI 1.32
  • Mesen 2.0.0

There's an issue that has appeared after you've added the yoshi fix, and two others that I missed during past testing, but I don't think it's worth rejecting (again) for these.
  • Yoshi phases through enemies that aren't tall enough
  • The changes don't apply to Charging Chucks and Wigglers, since they have a different stomp routines.

Otherwise works as intended.

edit: I don't know how you came up with [BRA $01A841] in the first place... it's such a bizzare way of jumping to $01A87E, you could've just done [BRA +] and the + would be below [org $01A87E], or just [BRA $41] (which is what it assembles as) would be fine, but it works as it should i guess, lol.