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 dooregg_hatch() /* entry=350 class_id=0x090A slot=0x07 */
|
||||
{
|
||||
entry:
|
||||
set_info(0x0210, *(arg_06));
|
||||
process_exclude();
|
||||
spawn class_090A_slot_20(pid, arg_06);
|
||||
suspend;
|
||||
return;
|
||||
|
||||
set_info(0x0210, *(arg_06));
|
||||
process_exclude();
|
||||
spawn class_090A_slot_20(pid, arg_06);
|
||||
suspend;
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
function dooregg_unhatch() /* entry=350 class_id=0x090A slot=0x15 */
|
||||
{
|
||||
entry:
|
||||
set_info(0x0239, *(arg_06));
|
||||
process_exclude();
|
||||
spawn class_090A_slot_21(pid, arg_06);
|
||||
suspend;
|
||||
return;
|
||||
|
||||
set_info(0x0239, *(arg_06));
|
||||
process_exclude();
|
||||
spawn class_090A_slot_21(pid, arg_06);
|
||||
suspend;
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,28 +4,17 @@ function dooregg_slot_20() /* entry=350 class_id=0x090A slot=0x20 */
|
|||
referent, /* [BP+00h] type=0x69 */
|
||||
door; /* [BP-02h] type=0x24 */
|
||||
|
||||
entry:
|
||||
set_info(0x0001, *(arg_06));
|
||||
/* loopscr value_u8=0x24 */
|
||||
/* loopscr value_u8=0x3D */
|
||||
/* loopscr value_u8=0x3A */
|
||||
/* loopscr value_u8=0x25 */
|
||||
/* loop current_var=0xFE string_bytes=0x6 loop_type=0x2 */
|
||||
|
||||
block_01A5:
|
||||
if condition goto block_01DA;
|
||||
|
||||
block_01A8:
|
||||
if (Item.fall(door) != Intrinsic003F(arg_06)) goto block_01D6;
|
||||
|
||||
block_01C4:
|
||||
spawn class_0A06_slot_21(1, door);
|
||||
|
||||
block_01D6:
|
||||
set_info(0x0001, *(arg_06));
|
||||
/* loopscr value_u8=0x24 */
|
||||
/* loopscr value_u8=0x3D */
|
||||
/* loopscr value_u8=0x3A */
|
||||
/* loopscr value_u8=0x25 */
|
||||
/* loop current_var=0xFE string_bytes=0x6 loop_type=0x2 */
|
||||
while (!condition) {
|
||||
if (Item.getQLo(door) == Egg.getEggId(arg_06)) {
|
||||
spawn class_0A06_slot_21(1, door);
|
||||
}
|
||||
/* loopnext */
|
||||
goto block_01A5;
|
||||
|
||||
block_01DA:
|
||||
return;
|
||||
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,28 +4,17 @@ function dooregg_slot_21() /* entry=350 class_id=0x090A slot=0x21 */
|
|||
referent, /* [BP+00h] type=0x69 */
|
||||
door; /* [BP-02h] type=0x24 */
|
||||
|
||||
entry:
|
||||
set_info(0x0001, *(arg_06));
|
||||
/* loopscr value_u8=0x24 */
|
||||
/* loopscr value_u8=0x3D */
|
||||
/* loopscr value_u8=0x3A */
|
||||
/* loopscr value_u8=0x25 */
|
||||
/* loop current_var=0xFE string_bytes=0x6 loop_type=0x2 */
|
||||
|
||||
block_022B:
|
||||
if condition goto block_0260;
|
||||
|
||||
block_022E:
|
||||
if (Item.fall(door) != Intrinsic003F(arg_06)) goto block_025C;
|
||||
|
||||
block_024A:
|
||||
spawn class_0A06_slot_21(2, door);
|
||||
|
||||
block_025C:
|
||||
set_info(0x0001, *(arg_06));
|
||||
/* loopscr value_u8=0x24 */
|
||||
/* loopscr value_u8=0x3D */
|
||||
/* loopscr value_u8=0x3A */
|
||||
/* loopscr value_u8=0x25 */
|
||||
/* loop current_var=0xFE string_bytes=0x6 loop_type=0x2 */
|
||||
while (!condition) {
|
||||
if (Item.getQLo(door) == Egg.getEggId(arg_06)) {
|
||||
spawn class_0A06_slot_21(2, door);
|
||||
}
|
||||
/* loopnext */
|
||||
goto block_022B;
|
||||
|
||||
block_0260:
|
||||
return;
|
||||
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue