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

@ -1,15 +1,10 @@
function special_equip() /* entry=272 class_id=0x04CA slot=0x0A */
{
entry:
set_info(0x0211, *(arg_06));
process_exclude();
class_0A0C_slot_33(0x021B, *(arg_06));
if arg_0A goto block_012B;
block_011D:
set_info(0x0211, *(arg_06));
process_exclude();
class_0A0C_slot_33(0x021B, *(arg_06));
if (!arg_0A) {
spawn class_04CA_slot_21(arg_06);
block_012B:
return;
}
return;
}