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

@ -13,16 +13,38 @@ function laseri_gotHit() /* entry=108 class_id=0x01D5 slot=0x06 */
process_exclude();
class_0A0C_slot_2C(vel, ref);
hType = retval;
QLo = Item.getQHi(arg_06);
QLo = Item.getQLo(arg_06);
class_0A0C_slot_2C(vel, ref);
if ((!retval)) {
if (retval) {
return;
}
else {
spawn class_0A1E_slot_27(pid, 50, vel, ref, arg_06);
suspend;
/* dword_to_word */
p = process_result;
if ((hType == 4) && (!p)) {
return;
}
else if ((hType > 0) && (Item.getFrame(arg_06) == 0)) {
/* loopscr value_u8=0x24 */
/* loopscr value_u8=0x48 */
/* loop current_var=0xFE string_bytes=0x12 loop_type=0x2 */
while (!condition) {
/* loopnext */
}
spawn class_0A1E_slot_28(pid, 0, 0, arg_06);
suspend;
if (Item.getMapArray(arg_06) == 0) {
spawn class_0A18_slot_20(pid, 0, *(arg_06), arg_06);
suspend;
return;
}
else {
spawn class_0A18_slot_20(pid, (0 + 0x0080), *(arg_06), arg_06);
suspend;
}
}
return;
}
return;
}