Working in RS, as well as correct text

This commit is contained in:
Remnants of Forgotten Disney
2023-11-08 15:06:23 -06:00
parent f71d2c22c9
commit 5874fb2b92
11 changed files with 291 additions and 190 deletions

View File

@@ -11,6 +11,7 @@ void rand_next_frame(){
}
unsigned int get_rand_u32(){
rand_next_frame();
return u32_rand;
}