This commit is contained in:
MaddoScientisto 2026-03-25 23:32:36 +01:00
commit f92d1504fa
547 changed files with 37597 additions and 0 deletions

View file

@ -0,0 +1,48 @@
function nostril_equip() /* entry=237 class_id=0x043E slot=0x0A */
{
var
referent, /* [BP+00h] type=0x69 */
event, /* [BP+0Ah] type=0x69 */
fire; /* [BP-02h] type=0x24 */
entry:
set_info(0x0211, *(arg_06));
process_exclude();
if (event != 0) goto block_0139;
block_00FF:
/* loopscr value_u8=0x24 */
/* loopscr value_u8=0x3D */
/* loopscr value_u8=0x40 */
/* loopscr value_u8=0x25 */
/* loop current_var=0xFE string_bytes=0x6 loop_type=0x6 */
block_011B:
if condition goto block_0134;
block_011E:
spawn class_043E_slot_20(fire, arg_06);
/* loopnext */
goto block_011B;
block_0134:
goto block_017A;
block_0139:
if (event != 1) goto block_017A;
block_0141:
if (Item.getStatus(arg_06) & 0x1000) goto block_015A;
block_0154:
goto block_017A;
block_015A:
class_0A1E_slot_23(0x1000, arg_06);
spawn class_043E_slot_21(arg_06);
goto block_017A;
block_017A:
return;
}