Files
slippi-ssbm-asm/console_gameplay_wobbling.json
Jas Laferriere 1c93be8e0b enforce no wobbling via code
this is currently applied across the board. will try to address this in the future to only enable it in ranked perhaps
2022-12-11 16:02:44 -05:00

29 lines
621 B
JSON

{
"outputFiles": [
{
"file": "Output/Console/g_gameplay_wobbling.bin"
},
{
"file": "Output/Console/g_gameplay_wobbling.txt"
}
],
"codes": [
{
"name": "Disable Wobbling",
"authors": [
"UnclePunch"
],
"description": [
"Breaks Popo's grab after four pummels if the victim has not left hitstun since the first pummel."
],
"build": [
{
"type": "injectFolder",
"sourceFolder": "External/PreventWobbling",
"isRecursive": false,
"annotation": "Disable wobbling"
}
]
}
]
}