From c4cf94ecfa0cfead3ccc33dbc9c3da0f16600add Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Sat, 10 Feb 2024 16:41:16 -0600 Subject: [PATCH] Add a Sonic Adventure file tool (#61) * Add Sonic Adventure file tool --- hedgedocs/tools/adventure/files.md | 10 ++++++++++ mkdocs.yml | 2 ++ 2 files changed, 12 insertions(+) create mode 100644 hedgedocs/tools/adventure/files.md diff --git a/hedgedocs/tools/adventure/files.md b/hedgedocs/tools/adventure/files.md new file mode 100644 index 00000000..4cb5bea3 --- /dev/null +++ b/hedgedocs/tools/adventure/files.md @@ -0,0 +1,10 @@ +--- +description: File format tools for Sonic Adventure +--- +# File Format Tools + +## sa_tools +A toolkit for modifying and extracting data from the Sonic Adventure series of games. + +[Download :fontawesome-solid-download:](https://info.sonicretro.org/SA_Tools){ .md-button .md-button--primary} +[Source Code :fontawesome-brands-github:](https://github.com/X-Hax/sa_tools){ .md-button target="_blank"} diff --git a/mkdocs.yml b/mkdocs.yml index a669ad06..7fa43306 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -63,6 +63,8 @@ nav: - File Formats: tools/retro-engine/common/files.md - Models: tools/retro-engine/common/models.md - Animation: tools/retro-engine/common/animation.md + - Sonic Adventure: + - File Formats: tools/adventure/files.md - Guides: - guides/index.md - Hedgehog Engine: