mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
[ntsc-1.2] Match rand.c (#2097)
* [ntsc-1.2] Match rand.c * Comment on N64 Rand_ZeroOne taking the low random bits Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com> --------- Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com>
This commit is contained in:
parent
dc964931c2
commit
1eeb03e5bb
3 changed files with 48 additions and 1 deletions
|
@ -24,4 +24,12 @@
|
|||
#define FAULT_VERSION FAULT_GC
|
||||
#endif
|
||||
|
||||
#define RAND_N64 1 // in OoT N64
|
||||
#define RAND_GC 2 // in OoT GC
|
||||
#if PLATFORM_N64
|
||||
#define RAND_VERSION RAND_N64
|
||||
#else
|
||||
#define RAND_VERSION RAND_GC
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue