mirror of https://github.com/pmret/papermario.git
tiny change
This commit is contained in:
parent
9f8b44e7c9
commit
7851aac54e
|
@ -328,7 +328,7 @@ void func_80053B04(UnkAl1 *arg0, u32 arg1, s16 arg2) {
|
|||
s16 temp_a0;
|
||||
s32 temp_v1;
|
||||
|
||||
if (arg1 - 250 <= 99750) {
|
||||
if (arg1 >= 250 && arg1 <= 100000) {
|
||||
temp_a0 = (s32)(arg1 * 1000) / 5750;
|
||||
temp_v1 = (arg2 << 16) - arg0->unk_10;
|
||||
|
||||
|
|
Loading…
Reference in New Issue