mirror of
https://github.com/project-slippi/slippi-ssbm-asm.git
synced 2025-10-05 23:52:43 +02:00
this is currently applied across the board. will try to address this in the future to only enable it in ranked perhaps
29 lines
621 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |