aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-03-20 13:05:01 -0400
committerB. Stack <bgstack15@gmail.com>2024-03-20 13:05:01 -0400
commitb1529ebaf328d8146e50bc81919fbcd6cd0558e9 (patch)
tree21e6fd7c159837271840ab10020fa11c0ac12122 /README.md
parentfix docs, use unsigned int in data operations (diff)
downloadsrb_lib-b1529ebaf328d8146e50bc81919fbcd6cd0558e9.tar.gz
srb_lib-b1529ebaf328d8146e50bc81919fbcd6cd0558e9.tar.bz2
srb_lib-b1529ebaf328d8146e50bc81919fbcd6cd0558e9.zip
fix %% in parser helper, and add image
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index f5fbf5a..6e949b1 100644
--- a/README.md
+++ b/README.md
@@ -65,6 +65,8 @@ Before I learned this, none of this savegame editing was possible.
The binary contents are stored in little-endian, which makes visual inspection of the file in a hexeditor slower.
+![Screenshot of profile selection screen showing three names: "Hexedit," "4fun and," and "Profit."](.images/scrot-hexedit-for-fun-and-profit-srb.png "Screenshot of profiles with fun names")
+
## References
1. <https://bgstack15.ddns.net/blog/posts/2024/03/22/initial-research-for-hacking-savegame-files-for-snoopy-vs-the-red-baron/>
bgstack15