mirror of
https://github.com/zeldaret/tp
synced 2026-07-07 14:13:27 -04:00
Work on Z2AudioLib (#2032)
This commit is contained in:
@@ -15,6 +15,10 @@ struct TRandom_fast_ {
|
||||
|
||||
u32 get_bit32(void) { return this->get(); }
|
||||
|
||||
s8 get_uint8(u8 param_0) {
|
||||
return get_ufloat_1() * param_0;
|
||||
}
|
||||
|
||||
// due to the float constant, having this function inlined adds that float to data,
|
||||
// making it not match
|
||||
float get_ufloat_1(void) {
|
||||
|
||||
Reference in New Issue
Block a user