├── Actors.md ├── ExtractedStateList.md ├── GDB.md ├── LevelFormat.md ├── LevelNames.md ├── States.md └── ghidra_scripts ├── SMM2ActorIDDumper.py ├── SMM2ProfileFinder.py └── SMM2StateFinder.py /Actors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Treeki/SMM2Reversing/HEAD/Actors.md -------------------------------------------------------------------------------- /ExtractedStateList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Treeki/SMM2Reversing/HEAD/ExtractedStateList.md -------------------------------------------------------------------------------- /GDB.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Treeki/SMM2Reversing/HEAD/GDB.md -------------------------------------------------------------------------------- /LevelFormat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Treeki/SMM2Reversing/HEAD/LevelFormat.md -------------------------------------------------------------------------------- /LevelNames.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Treeki/SMM2Reversing/HEAD/LevelNames.md -------------------------------------------------------------------------------- /States.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Treeki/SMM2Reversing/HEAD/States.md -------------------------------------------------------------------------------- /ghidra_scripts/SMM2ActorIDDumper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Treeki/SMM2Reversing/HEAD/ghidra_scripts/SMM2ActorIDDumper.py -------------------------------------------------------------------------------- /ghidra_scripts/SMM2ProfileFinder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Treeki/SMM2Reversing/HEAD/ghidra_scripts/SMM2ProfileFinder.py -------------------------------------------------------------------------------- /ghidra_scripts/SMM2StateFinder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Treeki/SMM2Reversing/HEAD/ghidra_scripts/SMM2StateFinder.py --------------------------------------------------------------------------------