Stuff
This commit is contained in:
parent
ee33f94b4b
commit
f92d1504fa
547 changed files with 37597 additions and 0 deletions
|
|
@ -0,0 +1,37 @@
|
|||
function npctrig_equip() /* entry=191 class_id=0x0363 slot=0x0A */
|
||||
{
|
||||
var
|
||||
referent, /* [BP+00h] type=0x69 */
|
||||
event, /* [BP+0Ah] type=0x69 */
|
||||
item, /* [BP-02h] type=0x24 */
|
||||
item2, /* [BP-04h] type=0x24 */
|
||||
n; /* [BP-06h] type=0x24 */
|
||||
|
||||
set_info(0x0211, *(arg_06));
|
||||
process_exclude();
|
||||
if ((Item.getStatus(arg_06) & 0x1000)) {
|
||||
class_0A1E_slot_23(0x1000, arg_06);
|
||||
if (event == 1) {
|
||||
spawn class_0363_slot_20(pid, 0x02FD, arg_06);
|
||||
suspend;
|
||||
}
|
||||
else if (event == 2) {
|
||||
spawn class_0363_slot_20(pid, 0x0384, arg_06);
|
||||
suspend;
|
||||
}
|
||||
else if (event == 3) {
|
||||
spawn class_0363_slot_20(pid, 0x0371, arg_06);
|
||||
suspend;
|
||||
}
|
||||
else if (event == 4) {
|
||||
spawn class_0363_slot_20(pid, 0x04D1, arg_06);
|
||||
suspend;
|
||||
}
|
||||
else if (event == 5) {
|
||||
spawn class_0363_slot_20(pid, 0x01B4, arg_06);
|
||||
suspend;
|
||||
}
|
||||
class_0A1E_slot_24(0x1000, arg_06);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
@ -0,0 +1,42 @@
|
|||
function npctrig_slot_20() /* entry=191 class_id=0x0363 slot=0x20 */
|
||||
{
|
||||
var
|
||||
referent, /* [BP+00h] type=0x69 */
|
||||
typeNpc, /* [BP+0Ah] type=0x69 */
|
||||
n, /* [BP-02h] type=0x24 */
|
||||
item, /* [BP-04h] type=0x24 */
|
||||
item2; /* [BP-06h] type=0x24 */
|
||||
|
||||
entry:
|
||||
set_info(0x0001, *(arg_06));
|
||||
/* loopscr value_u8=0x24 */
|
||||
/* loopscr value_u8=0x3D */
|
||||
/* loopscr value_u8=0x40 */
|
||||
/* loopscr value_u8=0x25 */
|
||||
/* loop current_var=0xFC string_bytes=0x6 loop_type=0x2 */
|
||||
|
||||
block_0283:
|
||||
if condition goto block_0291;
|
||||
|
||||
block_0286:
|
||||
item2 = item;
|
||||
/* loopnext */
|
||||
goto block_0283;
|
||||
|
||||
block_0291:
|
||||
if item2 goto block_0370;
|
||||
|
||||
block_029B:
|
||||
spawn class_0A11_slot_23(pid, n);
|
||||
suspend;
|
||||
if (Item.pop() != 0) goto block_0361;
|
||||
|
||||
block_034E:
|
||||
goto block_0370;
|
||||
|
||||
block_0361:
|
||||
|
||||
block_0370:
|
||||
return;
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue