Skip to content

Commit

Permalink
📝 update commands
Browse files Browse the repository at this point in the history
  • Loading branch information
MiranDMC committed Feb 5, 2024
1 parent 2750b96 commit ec1bf02
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
22 changes: 20 additions & 2 deletions sa/sa.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"last_update": 1705608376618,
"version": "0.541",
"last_update": 1707107806948,
"version": "0.542",
"url": "https://library.sannybuilder.com/#/sa"
},
"extensions": [
Expand Down Expand Up @@ -49098,6 +49098,24 @@
"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"
},
{
"input": [
{
"name": "address",
"type": "int",
"source": "var_any"
}
],
"id": "2403",
"name": "FORGET_MEMORY2",
"num_params": 1,
"class": "Memory",
"member": "Forget",
"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"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion sa/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.541
0.542

0 comments on commit ec1bf02

Please sign in to comment.