Decompilation unk files generation
This commit is contained in:
parent
d323bb28fc
commit
746709f40c
503 changed files with 45757 additions and 31 deletions
40
USECODE/REGRET/ESPACE2.unk
Normal file
40
USECODE/REGRET/ESPACE2.unk
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
|
||||
/* synthesized appendix for ESPACE2 */
|
||||
/* sparse lines above preserve recovered debugger line numbers where available */
|
||||
|
||||
/* ===== slot 0x0A equip ===== */
|
||||
function espace2_equip() /* entry=144 class_id=0x0290 slot=0x0A */
|
||||
{
|
||||
set_info(0x0211, *(arg_06));
|
||||
process_exclude();
|
||||
spawn BRIDGE.slot_20(pid, arg_0A, arg_06);
|
||||
suspend;
|
||||
return;
|
||||
}
|
||||
|
||||
/* ===== slot 0x0F enterFastArea ===== */
|
||||
function espace2_enterFastArea() /* entry=144 class_id=0x0290 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 BRIDGE.slot_26(pid, local_04, local_02, arg_06);
|
||||
suspend;
|
||||
}
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue