mirror of
https://github.com/pret/pmd-red.git
synced 2026-07-16 17:32:46 -05:00
Make sub_8011940 more comprehensible
This commit is contained in:
parent
2c64b5692f
commit
b02a392e94
|
|
@ -178,10 +178,7 @@ u32 sub_8011940(u16 r0)
|
|||
temp = sub_800C068();
|
||||
|
||||
if(r0 == 999)
|
||||
{
|
||||
temp ^= 999;
|
||||
return (-temp | temp) >> 31;
|
||||
}
|
||||
return temp != 999;
|
||||
|
||||
return temp == r0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user