From e335c45ab72047ff683710a3c5f855ce1a699f73 Mon Sep 17 00:00:00 2001 From: Earthnuker Date: Sun, 8 Oct 2017 01:13:32 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 098ba08..fa167c8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Scrapland Reverse Engineering notes and tools +# Scrapland Reverse Engineering noted and tools ## Scripts: * `parse_save.py`: Dumps information extracted from Save file @@ -13,4 +13,6 @@ - `dbg.enable_all_conv()` allows you to "overwrite" any character, even if they are protected/invulnerable - `dbg.become(name)` allows you to transform into any character - `dbg.helplib()` generates a file `helplib.txt` in the Game's folder containing all available Documentation for all available classes and functions - - `dbg.settrace()` Logs all Python function calls together with their arguments into a `dbg.txt` file inside the Game's folder \ No newline at end of file + - `dbg.settrace()` Logs all Python function calls together with their arguments into a `dbg.txt` file inside the Game's folder + +# [Notes](NOTES.md) \ No newline at end of file