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 f57e6e2 commit 00f6423
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 deletions sa/sa.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"last_update": 1707110136530,
"version": "0.545",
"last_update": 1707114820950,
"version": "0.546",
"url": "https://library.sannybuilder.com/#/sa"
},
"extensions": [
Expand Down Expand Up @@ -49080,24 +49080,6 @@
"is_condition": true
},
"short_desc": "Returns from the current SCM function (0AB1) and sets the condition result to false, skipping variables in 0AB1"
},
{
"input": [
{
"name": "address",
"type": "int",
"source": "var_any"
}
],
"id": "2403",
"name": "FORGET_MEMORY",
"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 Expand Up @@ -59627,6 +59609,24 @@
"class": "Memory",
"member": "ReadStruct",
"short_desc": "Reads a value from the given offset from the memory address (see: 2402)"
},
{
"input": [
{
"name": "address",
"type": "int",
"source": "var_any"
}
],
"id": "2403",
"name": "FORGET_MEMORY",
"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.545
0.546

0 comments on commit 00f6423

Please sign in to comment.