-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added an in-game menu with the following options: - timer (continuous timer, star grab and xcam), - lag counter, - non-stop toggle, - special triple jump toggle, - rudimentary level warping (level select, level reset, not star select).
- Loading branch information
1 parent
bc8e7e9
commit 87cb0d6
Showing
25 changed files
with
1,646 additions
and
15,545 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
[submodule "gz"] | ||
path = gz | ||
url = [email protected]:valandil/gz.git | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,20 @@ | ||
## About | ||
|
||
Skeleton of a SM64 practice ROM. While the (provisional) title ostensibly refers to | ||
a practice ROM to be used for speedrun practice, I don't think I have (yet) the | ||
skills and free time necessary to provide a very polished product. Indeed, I plan | ||
to use this project more as a way to learn more about low-level programming | ||
Skeleton of a SM64 practice ROM. While the (provisional) title ostensibly refers | ||
to a practice ROM to be used for speedrun practice, I don't think I have (yet) | ||
the skills and free time necessary to provide a very polished product. Indeed, I | ||
plan to use this project more as a way to learn more about low-level programming | ||
(at least, lower level than I'm used to), and assembly. | ||
|
||
## Building | ||
|
||
To compile this C hack and patch the ROM, you will need [glank](https://github.com/glankk)'s | ||
N64 [toolchain](https://github.com/glankk/n64). If you're on Arch Linux, simply use | ||
``` | ||
yaourt -S mips64-gcc-n64 | ||
``` | ||
and that should install all the proper dependencies. Otherwise, follow | ||
the instructions on the glank's repo. For now, I assume that | ||
you have installed the toolchain in `/opt/n64-dev`. Sorry about that, I'll fix | ||
this later. | ||
|
||
To compile the practice hack, simply run `bash patch.sh` in the `patch` | ||
subdirectory. | ||
To compile this C hack and patch the ROM, you will need | ||
[glank](https://github.com/glankk)'s N64 | ||
[toolchain](https://github.com/glankk/n64). | ||
|
||
## Thanks | ||
|
||
Thanks to [@kdjmonaghan](https://github.com/kdjmonaghan) for getting me started, | ||
[@queueRAM](https://github.com/queueRAM) and for the general help and their immensely useful tools, | ||
and of course [@glankk](https://github.com/glankk) for making gz in the first place. | ||
[@queueRAM](https://github.com/queueRAM) and for the general help and their | ||
immensely useful tools, and of course [@glankk](https://github.com/glankk) for | ||
making gz in the first place. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.