mirror of
https://github.com/project-slippi/slippi-ssbm-asm.git
synced 2025-10-05 23:52:43 +02:00
28 lines
501 B
JSON
28 lines
501 B
JSON
{
|
|
"outputFiles": [
|
|
{
|
|
"file": "Output/Console/g_gameplay_lgl.bin"
|
|
},
|
|
{
|
|
"file": "Output/Console/g_gameplay_lgl.txt"
|
|
}
|
|
],
|
|
"codes": [
|
|
{
|
|
"name": "Ledge Grab Limit",
|
|
"authors": [
|
|
"UnclePunch"
|
|
],
|
|
"description": [
|
|
"Enforces ledge grab limit"
|
|
],
|
|
"build": [
|
|
{
|
|
"type": "binary",
|
|
"sourceFile": "Binary/LedgeGrabLimit.bin",
|
|
"annotation": "Ledge Grab Limit"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |