• Welcome to Smashboards, the world's largest Super Smash Brothers community! Over 250,000 Smash Bros. fans from around the world have come to discuss these great games in over 19 million posts!

    You are currently viewing our boards as a visitor. Click here to sign up right now and start on your path in the Smash community!

Completed Invisible invincible hurtboxes, Invisible lasers

schmooblidon

Smash Journeyman
Joined
Feb 18, 2014
Messages
496
Right now I'm using achilles custom hitbox color code, and a custom hurtbox color code which I can't seem to find anymore.

I use them both to turn the player transparent, but the custom hurtbox color code only does this for tangible hurtboxes, so intangible and invincible hurtboxes can still be seen. Intangible doesn't matter, but because of throws invincible hurtboxes are a real pain in the butt. When I'm grabbing screenshots, I get this: https://gyazo.com/ae26652024a02c41c605a2dedb244f16 And I have to manually fill in where the character has been lost.

Here is the custom hurtbox colour code:
Code:
C200A264 0000000C
3CC0804D 3FC0FFFF
63DE0000 83BB227C
57BD018D 4182003C
8BBB227A 2C1D0000
41820014 3FC0FF80
63DE0000 83BB19BC
48000010 3FC000FF
63DEFF00 83BB23A0
3C003F80 7C1D0000
40820008 3BDEFFC0
93C636AC 7CBD2B78
60000000 00000000
Also occasionally I will see the hurtbox turn purple for a frame, I'm not sure if that's a bug within this code or something else interfering? https://gyazo.com/94003d69f35b1e8230031baec70abe6f It doesn't bother me, but maybe it means something.

Achilles offered an alternate way to make players invisible:

P1 external data pointer is at 80453130. Following players are 0xe90 apart (so P2 at 80453fc0). Take that pointer and add 0x225c to it. Store 00000000 at this address, though technically the first byte only needs to be 0. I think the three bytes afterward are garbage.

(The 0x225c doesn't necessarily work outside of vs mode).
But this is really inconvenient when I need to flip different players on and off many times. If there was a way to toggle this easily, that'd be sweet also.

This next request is not as important, but would be the icing on the cake if anyone feels up for it.

Another annoyance is lasers being rendered like so: https://gyazo.com/adf79c36c80240d96de82b8b81bfadb8
I have to cut them out by hand every frame they show up, and they have a large subtle glow that is almost invisible that I have to remove too.
 
Last edited:

schmooblidon

Smash Journeyman
Joined
Feb 18, 2014
Messages
496
Thank you to achilles for these codes


Code:
Develop Mode: R+Up includes Invisibility
04226c34 38000000


Develop Mode: R+Right includes Invisibility
04226ca8 38000000
 
Top Bottom