• 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 Bowser & Giga Bowser - Buffer Koopa Klaw Throws with C-Stick

PKFreeZZy

Smash Cadet
Joined
Aug 21, 2016
Messages
60
Location
Hungary
Slippi.gg
VETR#758
EDIT: 8/30/2021 - Removed redundant load instructions.

After creating the universal C-Stick throw buffer code, I was a bit dissatisfied that Bowser/Giga Bowser's Koopa Klaw couldn't do the same. Got to work almost right away, but this took waaay too long for me to understand and iron out!

This code utilizes an unknown/seemingly unused value @ 0x50 from the Bowsers' Attributes2 array. It is set to 0 by default and comes right after the rest of Koopa Klaw's attributes, so it is perfect for our purposes!

Code:
$Bowser & Giga Bowser - Buffer Koopa Klaw Throws with C-Stick [PKFreeZZy]
*Utilizes unknown/seemingly unused value @ 0x50 from Bowser/Giga Bowser's Attributes2 array. This is 0 by default.
C2133C24 0000000B
C0450030 C0650050
FC201050 FC030840
40810014 C0060638
FC000840 40800008
3880FFFF FC031040
40800014 C0060638
FC001040 40810008
38800001 2C040000
41820014 3DC08013
61CE3C60 7DC903A6
4E800420 00000000
C2133D50 0000000B
C0450030 C0650050
FC201050 FC030840
40810014 C0060638
FC000840 40800008
3880FFFF FC031040
40800014 C0060638
FC001040 40810008
38800001 2C040000
41820014 3DC08013
61CE3D8C 7DC903A6
4E800420 00000000
C2133E88 0000000B
C0440030 C0640050
FC201050 FC030840
40810014 C01E0638
FC000840 40800008
3860FFFF FC031040
40800014 C01E0638
FC001040 40810008
38600001 2C030000
41820014 3DC08013
61CE3EC4 7DC903A6
4E800420 00000000
C2134074 0000000B
C0440030 C0640050
FC201050 FC030840
40810014 C01E0638
FC000840 40800008
3860FFFF FC031040
40800014 C01E0638
FC001040 40810008
38600001 2C030000
41820014 3DC08013
61CE40B0 7DC903A6
4E800420 00000000

Let me know if there are any glitches regarding it. I've played around with it for a while and haven't noticed any yet.
 
Last edited:
Top Bottom