Pseudocode decompialtion improvements and docs
This commit is contained in:
parent
f869a181a3
commit
589bfc31ef
1898 changed files with 60634 additions and 6597 deletions
|
|
@ -7,11 +7,11 @@ function smalchai_gotHit() /* entry=122 class_id=0x01FB slot=0x06 */
|
|||
return;
|
||||
}
|
||||
else {
|
||||
class_0A1D_slot_35(arg_0C, arg_0A);
|
||||
FREE.slot_35(arg_0C, arg_0A);
|
||||
if (!retval) {
|
||||
class_0A1D_slot_20(10);
|
||||
FREE.slot_20(10);
|
||||
local_08 = (retval + 5);
|
||||
class_0A1D_slot_20(1);
|
||||
FREE.slot_20(1);
|
||||
local_0A = retval;
|
||||
if (local_0A == 0) {
|
||||
local_06 = 1;
|
||||
|
|
@ -20,7 +20,7 @@ function smalchai_gotHit() /* entry=122 class_id=0x01FB slot=0x06 */
|
|||
if (local_02 == 8) {
|
||||
local_02 = 0;
|
||||
}
|
||||
spawn class_0A1D_slot_3B(pid, 5, 0x00000000);
|
||||
spawn FREE.slot_3B(pid, 5, 0x00000000);
|
||||
suspend;
|
||||
local_06 = (1 + local_06);
|
||||
}
|
||||
|
|
@ -33,7 +33,7 @@ function smalchai_gotHit() /* entry=122 class_id=0x01FB slot=0x06 */
|
|||
if (local_02 == -1) {
|
||||
local_02 = 7;
|
||||
}
|
||||
spawn class_0A1D_slot_3B(pid, 5, 0x00000000);
|
||||
spawn FREE.slot_3B(pid, 5, 0x00000000);
|
||||
suspend;
|
||||
local_06 = (1 + local_06);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue