Decompile 018_StartUp overlay (#19)

* Decompile StartUp overlay (99%)

* jp delinks

* regression fix
This commit is contained in:
Yanis
2026-01-13 15:04:52 +01:00
committed by GitHub
parent 1713ffc43b
commit 76c1ec9acf
53 changed files with 2058 additions and 446 deletions
+2
View File
@@ -22,6 +22,8 @@ struct Random {
}
return (result >> 32) + min;
}
void Init();
};
extern Random gRandom;