Usecode pseudocode
This commit is contained in:
parent
f92d1504fa
commit
c12bb39437
1362 changed files with 71072 additions and 38056 deletions
|
|
@ -0,0 +1,8 @@
|
|||
function espace_equip() /* entry=178 class_id=0x0336 slot=0x0A */
|
||||
{
|
||||
set_info(0x0211, *(arg_06));
|
||||
process_exclude();
|
||||
spawn class_0A1C_slot_20(pid, arg_0A, arg_06);
|
||||
suspend;
|
||||
return;
|
||||
}
|
||||
|
|
@ -0,0 +1,25 @@
|
|||
function espace_enterFastArea() /* entry=178 class_id=0x0336 slot=0x0F */
|
||||
{
|
||||
set_info(0x021B, *(arg_06));
|
||||
process_exclude();
|
||||
if (Item.getFrame(arg_06) == 1) {
|
||||
return;
|
||||
}
|
||||
else {
|
||||
local_02 = Item.getQLo(arg_06);
|
||||
if (local_02 == 0) {
|
||||
return;
|
||||
}
|
||||
else {
|
||||
local_04 = Item.getQHi(arg_06);
|
||||
if ((local_04 >= 1) || (local_04 > 127)) {
|
||||
return;
|
||||
}
|
||||
else {
|
||||
spawn class_0A1C_slot_26(pid, local_04, local_02, arg_06);
|
||||
suspend;
|
||||
}
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue