diff options
| author | CoderStig <79828759+CoderStig@users.noreply.github.com> | 2021-10-30 13:49:17 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-30 13:49:17 -0600 |
| commit | 48f2c2fddec9601759fcd847268547a97dd85f5b (patch) | |
| tree | a43f9e6b7dfdd8a53b1d247d4f72b026c1f52de0 /README.md | |
| parent | dc1525c157e26cb384756a983b19f975c5d6b36b (diff) | |
asm-differ and autodecomp added as submodules (#48)
* Added auto decompiler.
* Added asm-differ.
* Delete diff.py
* Delete diff_settings.py
* Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # Mario Kart 64 -This repo contains a work-in-progress decompilation of Mario Kart 64 (U). The project pursues historical and educational elements within the game found via taking it apart and putting it back together. Inspiration to do so not only emanates from the game's hardware and technology but also its immensely positive effects on the cultures and families of nearly every nationality. See [progress](#Progress) for more information. +This repo contains a work-in-progress decompilation of Mario Kart 64 (U). The project pursues historical and educational elements within the game found via taking it apart and putting it back together. Inspiration to do so not only emanates from the game's hardware and technology but also its immensely positive effects on the cultures and families of nearly every nationality. See [progress](#Progress) for more information. The project is around 15% complete. It builds the following ROM: @@ -38,7 +38,7 @@ Run the following commands after pulling: ## Progress -The Mario Kart 64 code-base contains thirty-five C files, around twenty-six files remain for decompilation. This does not account for other kinds of files such as data. The source is in a 'shiftable' state that may allow modding but glitches may exist. Keep in-mind the code-base will alter significantly overtime. Feedback that raises awareness of new shift issues are welcome as a comment on issue #6. Note that some segments must be moved manually to prevent them colliding into each other. +The Mario Kart 64 code-base contains thirty-five C files, around twenty-five files remain for decompilation. This does not account for other kinds of files such as data. The source is in a 'shiftable' state that may allow modding but glitches may exist. Keep in-mind the code-base will alter significantly overtime. Feedback that raises awareness of new shift issues are welcome as a comment on issue #6. Note that some segments must be moved manually to prevent them colliding into each other. Some menu textures are compressed using a format called tkmk00. A byte-matching compressor/decompressor does not yet exist. |
