Added global star IDs, disabled by default, toggleable in config.h

This commit is contained in:
Reonu
2021-05-26 16:18:42 +01:00
parent 953451ba7c
commit 8e4fac3885
5 changed files with 28 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ Fork of the ultrasm64 repo by CrashOveride which includes the following commonly
- Widescreen (16:9) support toggleable by pressing `L` in the pause menu.
- If you don't want this, you can disable it by removing `#define wide` in `ingame_menu.c`
- Removed course-specific camera processing
- Increased maximum pole lenght (The game will read bparam1 and bparam2 together as a single value, so you can have a Snake Eater pole)
- Increased maximum pole length (The game will read bparam1 and bparam2 together as a single value, so you can have a Snake Eater pole)
- bparam4 fix (the game no longer uses bparam4 to check if an object is mario and therefore you can safely use it)
It also uncringes the way that apply_patch.sh works, and removes the black border.