Usecode pseudocode
This commit is contained in:
parent
f92d1504fa
commit
c12bb39437
1362 changed files with 71072 additions and 38056 deletions
|
|
@ -1,10 +1,8 @@
|
|||
function ebridge_equip() /* entry=210 class_id=0x03A6 slot=0x0A */
|
||||
{
|
||||
entry:
|
||||
set_info(0x0211, *(arg_06));
|
||||
process_exclude();
|
||||
spawn class_0A03_slot_20(pid, arg_0A, arg_06);
|
||||
suspend;
|
||||
return;
|
||||
|
||||
set_info(0x0211, *(arg_06));
|
||||
process_exclude();
|
||||
spawn class_0A03_slot_20(pid, arg_0A, arg_06);
|
||||
suspend;
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,27 +5,21 @@ function ebridge_enterFastArea() /* entry=210 class_id=0x03A6 slot=0x0F */
|
|||
x, /* [BP-02h] type=0x69 */
|
||||
y; /* [BP-04h] type=0x69 */
|
||||
|
||||
entry:
|
||||
set_info(0x021B, *(arg_06));
|
||||
process_exclude();
|
||||
x = Item.fall(arg_06);
|
||||
if (x != 0) goto block_0117;
|
||||
|
||||
block_0111:
|
||||
goto block_0161;
|
||||
|
||||
block_0117:
|
||||
y = Intrinsic009C(arg_06);
|
||||
if ((y < 1) || (y > 127)) goto block_013C;
|
||||
|
||||
block_0136:
|
||||
goto block_0161;
|
||||
|
||||
block_013C:
|
||||
spawn class_0A03_slot_26(pid, y, x, arg_06);
|
||||
suspend;
|
||||
|
||||
block_0161:
|
||||
set_info(0x021B, *(arg_06));
|
||||
process_exclude();
|
||||
x = Item.getQLo(arg_06);
|
||||
if (x == 0) {
|
||||
return;
|
||||
|
||||
}
|
||||
else {
|
||||
y = Item.getQHi(arg_06);
|
||||
if ((y >= 1) || (y > 127)) {
|
||||
return;
|
||||
}
|
||||
else {
|
||||
spawn class_0A03_slot_26(pid, y, x, arg_06);
|
||||
suspend;
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue