Pseudocode decompialtion improvements and docs
This commit is contained in:
parent
f869a181a3
commit
589bfc31ef
1898 changed files with 60634 additions and 6597 deletions
|
|
@ -17,11 +17,11 @@ function smalchai_gotHit() /* entry=118 class_id=0x01FB slot=0x06 */
|
|||
return;
|
||||
}
|
||||
else {
|
||||
class_0A0C_slot_2C(vel, ref);
|
||||
FREE.slot_2C(vel, ref);
|
||||
if (!retval) {
|
||||
class_0A0C_slot_20(10);
|
||||
FREE.slot_20(10);
|
||||
spin = (retval + 5);
|
||||
class_0A0C_slot_20(1);
|
||||
FREE.slot_20(1);
|
||||
direction = retval;
|
||||
if (direction == 0) {
|
||||
count = 1;
|
||||
|
|
@ -30,7 +30,7 @@ function smalchai_gotHit() /* entry=118 class_id=0x01FB slot=0x06 */
|
|||
if (fram == 8) {
|
||||
fram = 0;
|
||||
}
|
||||
spawn class_0A0C_slot_32(pid, 5, 0x00000000);
|
||||
spawn FREE.waitNTimerTicks(pid, 5, 0x00000000);
|
||||
suspend;
|
||||
count = (1 + count);
|
||||
}
|
||||
|
|
@ -43,7 +43,7 @@ function smalchai_gotHit() /* entry=118 class_id=0x01FB slot=0x06 */
|
|||
if (fram == -1) {
|
||||
fram = 7;
|
||||
}
|
||||
spawn class_0A0C_slot_32(pid, 5, 0x00000000);
|
||||
spawn FREE.waitNTimerTicks(pid, 5, 0x00000000);
|
||||
suspend;
|
||||
count = (1 + count);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue