Pseudocode decompialtion improvements and docs

This commit is contained in:
MaddoScientisto 2026-03-26 22:10:48 +01:00
commit 589bfc31ef
1898 changed files with 60634 additions and 6597 deletions

View file

@ -4,19 +4,19 @@ function l_ew_2_gotHit() /* entry=111 class_id=0x01D0 slot=0x06 */
process_exclude();
if (Item.getFrame(arg_06) == 1) {
if (arg_0A == World.getControlledNPCNum()) {
spawn class_0A0E_slot_20(arg_06);
spawn class_0A17_slot_20(pid, 0, *(arg_06), arg_06);
spawn LAZER.slot_20(arg_06);
spawn TRIGGER.slot_20(pid, 0, *(arg_06), arg_06);
suspend;
spawn class_0A1D_slot_3B(pid, 60, 0x00000000);
spawn FREE.slot_3B(pid, 60, 0x00000000);
suspend;
}
else {
spawn class_0A0E_slot_20(arg_06);
spawn LAZER.slot_20(arg_06);
}
return;
}
else if (arg_0A == World.getControlledNPCNum()) {
spawn class_0A0E_slot_21(pid, arg_06);
spawn LAZER.slot_21(pid, arg_06);
suspend;
}
return;