19 lines
421 B
Text
19 lines
421 B
Text
function bettyup_equip() /* entry=151 class_id=0x02C9 slot=0x0A */
|
|
{
|
|
set_info(0x0211, *(arg_06));
|
|
process_exclude();
|
|
if (!arg_0A) {
|
|
if (!(Item.getStatus(arg_06) & 0x1000)) {
|
|
return;
|
|
}
|
|
ITEM.slot_23(0x1000, arg_06);
|
|
spawn BBETTY.slot_20(arg_06);
|
|
return;
|
|
}
|
|
else {
|
|
ITEM.slot_24(0x1000, arg_06);
|
|
FREE.slot_33(0x0205, *(arg_06));
|
|
FREE.slot_33(0x00F0, *(arg_06));
|
|
}
|
|
return;
|
|
}
|