Pseudocode decompialtion improvements and docs
This commit is contained in:
parent
f869a181a3
commit
589bfc31ef
1898 changed files with 60634 additions and 6597 deletions
|
|
@ -7,28 +7,26 @@ function transfor_gotHit() /* entry=102 class_id=0x01BF slot=0x06 */
|
|||
return;
|
||||
}
|
||||
else {
|
||||
class_0A1D_slot_34(arg_0C, arg_0A);
|
||||
FREE.slot_34(arg_0C, arg_0A);
|
||||
local_04 = retval;
|
||||
class_0A1D_slot_34(arg_0C, arg_0A);
|
||||
FREE.slot_34(arg_0C, arg_0A);
|
||||
if (retval) {
|
||||
return;
|
||||
}
|
||||
else if ((Item.getNpcNum(arg_06) + local_04) >= 100) {
|
||||
class_0A1D_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 local_06 in selector_0x42(arg0=0x01C9, arg1=0x01C2, arg2=(5 * 32), origin=arg_06) */
|
||||
while (!condition) {
|
||||
/* loopnext */
|
||||
}
|
||||
if (Item.getMapNum(arg_06) == 0) {
|
||||
spawn class_0A17_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