Usecode pseudocode

This commit is contained in:
MaddoScientisto 2026-03-26 00:37:17 +01:00
commit c12bb39437
1362 changed files with 71072 additions and 38056 deletions

View file

@ -6,55 +6,29 @@ function luggage_gotHit() /* entry=22 class_id=0x008F slot=0x06 */
vel, /* [BP+0Ch] type=0x69 */
item; /* [BP-02h] type=0x24 */
entry:
set_info(0x020C, *(arg_06));
process_exclude();
class_0A0C_slot_2C(vel, ref);
if retval goto block_0258;
block_00FD:
set_info(0x020C, *(arg_06));
process_exclude();
class_0A0C_slot_2C(vel, ref);
if (!retval) {
spawn class_0A1E_slot_27(pid, 100, vel, ref, arg_06);
suspend;
/* dword_to_word */
if (!process_result) goto block_015D;
block_012D:
class_0A0C_slot_20(1);
if retval goto block_014D;
block_013D:
goto block_015A;
block_014D:
block_015A:
goto block_0258;
block_015D:
spawn class_0A1E_slot_28(pid, 0, 0, arg_06);
suspend;
if (Item.getFrame(arg_06) != 1) goto block_01AD;
block_0191:
goto block_021C;
block_01AD:
if (Item.getFrame(arg_06) != 2) goto block_01D8;
block_01BC:
goto block_021C;
block_01D8:
if (Item.getFrame(arg_06) != 3) goto block_0203;
block_01E7:
goto block_021C;
block_0203:
block_021C:
block_0258:
return;
if (process_result) {
class_0A0C_slot_20(1);
if (!retval) {
}
return;
}
else {
spawn class_0A1E_slot_28(pid, 0, 0, arg_06);
suspend;
if (Item.getFrame(arg_06) == 1) {
}
else if (Item.getFrame(arg_06) == 2) {
}
else if (Item.getFrame(arg_06) == 3) {
}
}
}
return;
}