Usecode pseudocode

This commit is contained in:
MaddoScientisto 2026-03-26 00:37:17 +01:00
commit c12bb39437
1362 changed files with 71072 additions and 38056 deletions

View file

@ -5,101 +5,61 @@ function vardesk_use() /* entry=238 class_id=0x0442 slot=0x01 */
item, /* [BP-02h] type=0x24 */
counter; /* [BP-04h] type=0x69 */
entry:
set_info(0x0207, *(arg_06));
process_exclude();
class_0A0C_slot_33(0x021B, *(arg_06));
/* global_address global_id=0x3C */
/* global_address global_id=0x3C */
block_0125:
if (Item.getFrame(arg_06) < 4) goto block_017A;
block_013A:
set_info(0x0207, *(arg_06));
process_exclude();
class_0A0C_slot_33(0x021B, *(arg_06));
/* global_address global_id=0x3C */
/* global_address global_id=0x3C */
while (Item.getFrame(arg_06) >= 4) {
spawn class_0A0C_slot_32(pid, 5, 0x00000000);
suspend;
goto block_0125;
block_017A:
spawn class_0A0C_slot_32(pid, 5, 0x00000000);
suspend;
if (global[0x001F] != 9) goto block_01DA;
block_01AA:
}
spawn class_0A0C_slot_32(pid, 5, 0x00000000);
suspend;
if (global[0x001F] == 9) {
/* str_to_ptr */
/* free_stack_string value_u8=0x4 target=[SP+04h] */
suspend;
goto block_02F4;
block_01DA:
if (global[0x001F] != 10) goto block_0215;
block_01E4:
}
else if (global[0x001F] == 10) {
/* str_to_ptr */
/* free_stack_string value_u8=0x4 target=[SP+04h] */
suspend;
goto block_02F4;
block_0215:
if (global[0x001F] != 11) goto block_0250;
block_021F:
}
else if (global[0x001F] == 11) {
/* str_to_ptr */
/* free_stack_string value_u8=0x4 target=[SP+04h] */
suspend;
goto block_02F4;
block_0250:
if (global[0x001F] != 12) goto block_028B;
block_025A:
}
else if (global[0x001F] == 12) {
/* str_to_ptr */
/* free_stack_string value_u8=0x4 target=[SP+04h] */
suspend;
goto block_02F4;
block_028B:
if (global[0x001F] != 13) goto block_02C6;
block_0295:
}
else if (global[0x001F] == 13) {
/* str_to_ptr */
/* free_stack_string value_u8=0x4 target=[SP+04h] */
suspend;
goto block_02F4;
block_02C6:
}
else {
/* str_to_ptr */
/* free_stack_string value_u8=0x4 target=[SP+04h] */
suspend;
block_02F4:
/* loopscr value_u8=0x24 */
/* loopscr value_u8=0x3D */
/* loopscr value_u8=0x40 */
/* loopscr value_u8=0x25 */
/* loop current_var=0xFE string_bytes=0x6 loop_type=0x2 */
block_0312:
if condition goto block_0335;
block_0315:
}
/* loopscr value_u8=0x24 */
/* loopscr value_u8=0x3D */
/* loopscr value_u8=0x40 */
/* loopscr value_u8=0x25 */
/* loop current_var=0xFE string_bytes=0x6 loop_type=0x2 */
while (!condition) {
/* loopnext */
goto block_0312;
block_0335:
counter = 0;
block_033E:
if (counter <= 4) goto block_0389;
block_0346:
}
counter = 0;
while (counter > 4) {
spawn class_0A0C_slot_32(pid, 10, 0x00000000);
suspend;
counter = (1 + counter);
goto block_033E;
block_0389:
spawn class_0442_enterFastArea(arg_06);
return;
}
spawn class_0442_enterFastArea(arg_06);
return;
}

View file

@ -1,9 +1,7 @@
function vardesk_leaveFastArea() /* entry=238 class_id=0x0442 slot=0x10 */
{
entry:
set_info(0x021C, *(arg_06));
process_exclude();
class_0A0C_slot_33(0x021B, *(arg_06));
return;
set_info(0x021C, *(arg_06));
process_exclude();
class_0A0C_slot_33(0x021B, *(arg_06));
return;
}