Pseudocode decompialtion improvements and docs
This commit is contained in:
parent
f869a181a3
commit
589bfc31ef
1898 changed files with 60634 additions and 6597 deletions
|
|
@ -15,28 +15,26 @@ function transfor_gotHit() /* entry=94 class_id=0x01BF slot=0x06 */
|
|||
return;
|
||||
}
|
||||
else {
|
||||
class_0A0C_slot_2B(vel, ref);
|
||||
FREE.slot_2B(vel, ref);
|
||||
damagePoints = retval;
|
||||
class_0A0C_slot_2B(vel, ref);
|
||||
FREE.slot_2B(vel, ref);
|
||||
if (retval) {
|
||||
return;
|
||||
}
|
||||
else if ((Item.getNPCNum(arg_06) + damagePoints) >= 100) {
|
||||
class_0A0C_slot_20(10);
|
||||
FREE.slot_20(10);
|
||||
if (retval <= 5) {
|
||||
}
|
||||
return;
|
||||
}
|
||||
else {
|
||||
suspend;
|
||||
/* loopscr value_u8=0x24 */
|
||||
/* loopscr value_u8=0x42 */
|
||||
/* loop current_var=0xFA string_bytes=0x6 loop_type=0x2 */
|
||||
/* loop_selector item in selector_0x42(arg0=0x01C9, arg1=0x01C2, arg2=(5 * 32), origin=arg_06) */
|
||||
while (!condition) {
|
||||
/* loopnext */
|
||||
}
|
||||
if (Item.getMapArray(arg_06) == 0) {
|
||||
spawn class_0A18_slot_20(pid, 0, *(arg_06), arg_06);
|
||||
spawn TRIGGER.slot_20(pid, 0, *(arg_06), arg_06);
|
||||
suspend;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue