Pseudocode and stuff

This commit is contained in:
MaddoScientisto 2026-03-25 23:32:13 +01:00
commit ee33f94b4b
466 changed files with 27770 additions and 276 deletions

View file

@ -0,0 +1,31 @@
function convflr_equip() /* entry=128 class_id=0x022C slot=0x0A */
{
entry:
set_info(0x0211, *(arg_06));
process_exclude();
if (arg_0A != 0) goto block_0135;
block_00F9:
class_0A0C_slot_33(0x0205, *(arg_06));
goto block_01BB;
block_0135:
if (arg_0A != 1) goto block_0178;
block_0143:
class_0A0C_slot_33(0x0205, *(arg_06));
spawn class_0A04_slot_20(-3, 0, arg_06);
goto block_01BB;
block_0178:
if (arg_0A != 2) goto block_01BB;
block_0186:
class_0A0C_slot_33(0x0205, *(arg_06));
spawn class_0A04_slot_20(3, 0, arg_06);
goto block_01BB;
block_01BB:
return;
}