Stuff
This commit is contained in:
parent
ee33f94b4b
commit
f92d1504fa
547 changed files with 37597 additions and 0 deletions
35
USECODE/EUSECODE_extracted/pseudocode/NPC/slot_0A_equip.txt
Normal file
35
USECODE/EUSECODE_extracted/pseudocode/NPC/slot_0A_equip.txt
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
function npc_equip() /* entry=387 class_id=0x0A11 slot=0x0A */
|
||||
{
|
||||
set_info(0x0211, *(arg_06));
|
||||
process_exclude();
|
||||
if (Kernel.resetRef(arg_06)) {
|
||||
if (arg_0A == 1) {
|
||||
}
|
||||
else if (arg_0A == 2) {
|
||||
}
|
||||
else if (arg_0A == 3) {
|
||||
}
|
||||
else if (arg_0A == 10) {
|
||||
spawn class_0A0C_slot_32(pid, 2, 0x00000000);
|
||||
suspend;
|
||||
local_02 = teleportToEgg();
|
||||
local_04 = Intrinsic0087();
|
||||
local_06 = Intrinsic0013(arg_06);
|
||||
local_08 = Item.legal_create(arg_06);
|
||||
spawn class_0A11_slot_29(pid, local_08, local_06, local_04, local_02, arg_06);
|
||||
suspend;
|
||||
spawn class_0A0C_slot_32(pid, 10, 0x00000000);
|
||||
suspend;
|
||||
}
|
||||
else if (arg_0A == 30) {
|
||||
local_0A = Intrinsic00DF(1, arg_06);
|
||||
local_0C = Intrinsic00DF(2, arg_06);
|
||||
local_0E = Intrinsic00DF(0, arg_06);
|
||||
}
|
||||
else if (arg_0A == 31) {
|
||||
suspend;
|
||||
}
|
||||
return;
|
||||
}
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue