Pseudocode decompialtion improvements and docs
This commit is contained in:
parent
f869a181a3
commit
589bfc31ef
1898 changed files with 60634 additions and 6597 deletions
|
|
@ -17,7 +17,7 @@ function convflr_gotHit() /* entry=128 class_id=0x022C slot=0x06 */
|
|||
if (!Item.getQHi(arg_06)) {
|
||||
ydir = 3;
|
||||
}
|
||||
class_0A0C_slot_2C(v, ref);
|
||||
FREE.slot_2C(v, ref);
|
||||
if (!retval) {
|
||||
return;
|
||||
}
|
||||
|
|
@ -29,7 +29,7 @@ function convflr_gotHit() /* entry=128 class_id=0x022C slot=0x06 */
|
|||
b = 0;
|
||||
}
|
||||
if (!(a && b)) {
|
||||
spawn class_0A04_slot_20(pid, ydir, xdir, arg_06);
|
||||
spawn CONVEYOR.slot_20(pid, ydir, xdir, arg_06);
|
||||
suspend;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue