mirror of
https://github.com/zeldaret/st
synced 2026-09-07 11:11:37 -04:00
Decompile 018_StartUp overlay (#19)
* Decompile StartUp overlay (99%) * jp delinks * regression fix
This commit is contained in:
@@ -22,6 +22,8 @@ struct Random {
|
||||
}
|
||||
return (result >> 32) + min;
|
||||
}
|
||||
|
||||
void Init();
|
||||
};
|
||||
|
||||
extern Random gRandom;
|
||||
|
||||
Reference in New Issue
Block a user