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,20 +6,13 @@ function bettyup_gotHit() /* entry=151 class_id=0x02C9 slot=0x06 */
vel, /* [BP+0Ch] type=0x69 */
item; /* [BP-02h] type=0x24 */
entry:
set_info(0x020C, *(arg_06));
process_exclude();
spawn class_0A1E_slot_27(pid, 0x00C8, vel, ref, arg_06);
suspend;
/* dword_to_word */
if (!process_result) goto block_015A;
block_0154:
goto block_019F;
block_015A:
block_019F:
set_info(0x020C, *(arg_06));
process_exclude();
spawn class_0A1E_slot_27(pid, 0x00C8, vel, ref, arg_06);
suspend;
/* dword_to_word */
if (process_result) {
return;
}
return;
}