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

@ -7,40 +7,23 @@ function landmine_gotHit() /* entry=206 class_id=0x039A slot=0x06 */
hType, /* [BP-02h] type=0x69 */
item; /* [BP-04h] type=0x24 */
entry:
set_info(0x020C, *(arg_06));
process_exclude();
if (ref != 1) goto block_0585;
block_057F:
goto block_05F3;
block_0585:
set_info(0x020C, *(arg_06));
process_exclude();
if (ref == 1) {
return;
}
else {
class_0A0C_slot_2C(vel, ref);
hType = retval;
if hType goto block_05CA;
block_059E:
if (hType != 4) goto block_05B8;
block_05AF:
goto block_05F3;
block_05B5:
goto block_05C7;
block_05B8:
block_05C7:
goto block_05F3;
block_05CA:
item = ref;
if Item.setQuality(*(arg_06), item) goto block_05F3;
block_05E4:
block_05F3:
return;
if (!hType) {
if (hType == 4) {
return;
}
return;
}
else {
item = ref;
}
}
return;
}