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,117 +5,68 @@ function ree_boot_equip() /* entry=283 class_id=0x04DB slot=0x0A */
event, /* [BP+0Ah] type=0x69 */
counter; /* [BP-02h] type=0x69 */
entry:
set_info(0x0211, *(arg_06));
process_exclude();
if (Item.getFrame(arg_06) != 12) goto block_0106;
block_0100:
goto block_03F6;
block_0106:
set_info(0x0211, *(arg_06));
process_exclude();
if (Item.getFrame(arg_06) == 12) {
return;
}
else {
class_0A0C_slot_33(0x021B, *(arg_06));
/* global_address global_id=0x3C */
/* global_address global_id=0x3C */
block_0140:
if (Item.getFrame(arg_06) != 11) goto block_0192;
block_0152:
while (Item.getFrame(arg_06) == 11) {
spawn class_0A0C_slot_32(pid, 5, 0x00000000);
suspend;
}
spawn class_0A0C_slot_32(pid, 5, 0x00000000);
suspend;
goto block_0140;
block_0192:
spawn class_0A0C_slot_32(pid, 5, 0x00000000);
suspend;
if (global[0x001F] != 3) goto block_01F2;
block_01C2:
/* str_to_ptr */
/* free_stack_string value_u8=0x4 target=[SP+04h] */
suspend;
goto block_038B;
block_01F2:
if (global[0x001F] != 6) goto block_022C;
block_01FC:
/* str_to_ptr */
/* free_stack_string value_u8=0x4 target=[SP+04h] */
suspend;
goto block_038B;
block_022C:
if (global[0x001F] != 7) goto block_0266;
block_0236:
/* str_to_ptr */
/* free_stack_string value_u8=0x4 target=[SP+04h] */
suspend;
goto block_038B;
block_0266:
if (global[0x001F] != 8) goto block_02A0;
block_0270:
/* str_to_ptr */
/* free_stack_string value_u8=0x4 target=[SP+04h] */
suspend;
goto block_038B;
block_02A0:
if (global[0x001F] != 9) goto block_02DA;
block_02AA:
/* str_to_ptr */
/* free_stack_string value_u8=0x4 target=[SP+04h] */
suspend;
goto block_038B;
block_02DA:
if (global[0x001F] != 11) goto block_0315;
block_02E4:
/* str_to_ptr */
/* free_stack_string value_u8=0x4 target=[SP+04h] */
suspend;
goto block_038B;
block_0315:
if (global[0x001F] != 12) goto block_0350;
block_031F:
/* str_to_ptr */
/* free_stack_string value_u8=0x4 target=[SP+04h] */
suspend;
goto block_038B;
block_0350:
if (global[0x001F] != 13) goto block_038B;
block_035A:
/* str_to_ptr */
/* free_stack_string value_u8=0x4 target=[SP+04h] */
suspend;
goto block_038B;
block_038B:
if (global[0x001F] == 3) {
/* str_to_ptr */
/* free_stack_string value_u8=0x4 target=[SP+04h] */
suspend;
}
else if (global[0x001F] == 6) {
/* str_to_ptr */
/* free_stack_string value_u8=0x4 target=[SP+04h] */
suspend;
}
else if (global[0x001F] == 7) {
/* str_to_ptr */
/* free_stack_string value_u8=0x4 target=[SP+04h] */
suspend;
}
else if (global[0x001F] == 8) {
/* str_to_ptr */
/* free_stack_string value_u8=0x4 target=[SP+04h] */
suspend;
}
else if (global[0x001F] == 9) {
/* str_to_ptr */
/* free_stack_string value_u8=0x4 target=[SP+04h] */
suspend;
}
else if (global[0x001F] == 11) {
/* str_to_ptr */
/* free_stack_string value_u8=0x4 target=[SP+04h] */
suspend;
}
else if (global[0x001F] == 12) {
/* str_to_ptr */
/* free_stack_string value_u8=0x4 target=[SP+04h] */
suspend;
}
else if (global[0x001F] == 13) {
/* str_to_ptr */
/* free_stack_string value_u8=0x4 target=[SP+04h] */
suspend;
}
counter = 0;
block_0392:
if (counter <= 11) goto block_03DD;
block_039A:
spawn class_0A0C_slot_32(pid, 10, 0x00000000);
suspend;
counter = (1 + counter);
goto block_0392;
block_03DD:
while (counter > 11) {
spawn class_0A0C_slot_32(pid, 10, 0x00000000);
suspend;
counter = (1 + counter);
}
spawn class_04DB_enterFastArea(arg_06);
block_03F6:
return;
}
return;
}

View file

@ -21,7 +21,7 @@ function ree_boot_enterFastArea() /* entry=283 class_id=0x04DB slot=0x0F */
if condition goto block_04C8;
block_0499:
if (Item.getNpcNum(item) != Item.getNpcNum(arg_06)) goto block_04C4;
if (Item.getQLo(item) != Item.getQLo(arg_06)) goto block_04C4;
block_04B5:
class_0A1E_slot_24(0x1000, item);
@ -44,7 +44,7 @@ function ree_boot_enterFastArea() /* entry=283 class_id=0x04DB slot=0x0F */
if condition goto block_052A;
block_04FB:
if (Item.getNpcNum(item) != Item.getNpcNum(arg_06)) goto block_0526;
if (Item.getQLo(item) != Item.getQLo(arg_06)) goto block_0526;
block_0517:
class_0A1E_slot_23(0x1000, item);

View file

@ -1,9 +1,7 @@
function ree_boot_leaveFastArea() /* entry=283 class_id=0x04DB 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;
}