Skip to content

Commit

Permalink
📝 update commands
Browse files Browse the repository at this point in the history
  • Loading branch information
x87 committed Feb 7, 2024
1 parent 90dc4c3 commit f830b2e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions sa/sa.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"last_update": 1707288412006,
"version": "0.548",
"last_update": 1707311073450,
"version": "0.549",
"url": "https://library.sannybuilder.com/#/sa"
},
"extensions": [
Expand Down Expand Up @@ -59596,7 +59596,7 @@
"output": [
{
"name": "result",
"type": "any",
"type": "int",
"source": "var_any"
}
],
Expand All @@ -59614,7 +59614,7 @@
"input": [
{
"name": "address",
"type": "any"
"type": "int"
},
{
"name": "offset",
Expand All @@ -59626,11 +59626,11 @@
},
{
"name": "value",
"type": "any"
"type": "int"
}
],
"id": "2402",
"name": "WRITE_STRUCT",
"name": "WRITE_MEMORY_WITH_OFFSET",
"num_params": 4,
"attrs": {
"is_static": true
Expand All @@ -59643,8 +59643,7 @@
"input": [
{
"name": "address",
"type": "int",
"source": "var_any"
"type": "int"
}
],
"id": "2403",
Expand All @@ -59655,7 +59654,7 @@
"attrs": {
"is_static": true
},
"short_desc": "Removes block allocated with 0AC8 from CLEO's clean-up list, so memory persists load/start new game events. Forgotten memory still will be released when game closes causing no leaks"
"short_desc": "Makes the memory chunk allocated with 0AC8 persistent across load/start new game events. The memory is still released when game closes causing no leaks"
},
{
"output": [
Expand Down
2 changes: 1 addition & 1 deletion sa/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.548
0.549

0 comments on commit f830b2e

Please sign in to comment.