Port m426Dll to PAL, match m428Dll and remove PS prefixes (#537)
* Port m426Dll to PAL * Remove PS prefix from mtx function usages * Match m428Dll
This commit is contained in:
parent
2a3c353029
commit
accaf2085f
72 changed files with 8178 additions and 4336 deletions
|
|
@ -1274,7 +1274,7 @@ void fn_1_4028(Work2110 *arg0)
|
|||
temp_r31->unk18++;
|
||||
temp_f31 = temp_r31->unk18 / (VERSION_NTSC ? 54.0f : 45.0f);
|
||||
if (temp_f31 >= 1.0f) {
|
||||
temp_r31->unk18 = VERSION_NTSC ? 54 : 45;
|
||||
temp_r31->unk18 = VERSION_NTSC ? 54 : 45;
|
||||
temp_f31 = 1.0f;
|
||||
}
|
||||
temp_f31 = cosd(temp_f31 * 90.0f);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue