Skip to content

Commit

Permalink
Updated readme and package details
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOnlyZac committed Aug 9, 2021
1 parent 1355a04 commit a45976d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dagedit",
"version": "0.4.0",
"description": "",
"description": "A real-time save editor for Sly 2 and Sly 3",
"main": "main.js",
"scripts": {
"test": "electromon .",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Each node corresponds to a task, and tasks are color coded by their state:
* Blue is Complete (2)
* Gray is Final (3)

Each node displays it's address in memory. Nodes also have descriptive names in the game's code, but as of now there is no method to automatically associate a node with its name.
Each node displays it's unique ID. Right click a node to view/copy its memory address. Nodes also have descriptive names in the game's code, but as of now there is no method to automatically associate a node with its name.

Diamond-shaped tasks have checkpoints. When you die, you respawn at the last targeted checkpoint.

Expand Down

0 comments on commit a45976d

Please sign in to comment.