mirror of
https://github.com/pret/pmd-red.git
synced 2026-09-25 18:38:26 -05:00
Make sub_8011940 more comprehensible
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user