diff options
Diffstat (limited to 'src/rng.c')
-rw-r--r-- | src/rng.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ #include "global.h" #include "rng.h" +u32 gRngValue; + u16 Random(void) { gRngValue = 0x41c64e6d * gRngValue + 0x00006073; |