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

@ -7,36 +7,30 @@ function miss1egg_cachein() /* entry=353 class_id=0x090D slot=0x04 */
counter, /* [BP-06h] type=0x69 */
slot; /* [BP-08h] type=0x69 */
entry:
set_info(0x0213, *(arg_06));
process_exclude();
if (Intrinsic003F(arg_06) != 30) goto block_1449;
block_1081:
if (!Item.getQHi()) goto block_121B;
block_1090:
spawn class_0A0C_slot_32(pid, 1, 0x00000000);
suspend;
/* pop_global global_id=0x1F size=0x1 */
/* global_address global_id=0x3C */
suspend;
goto block_1449;
block_121B:
/* pop_global global_id=0x1F size=0x1 */
/* global_address global_id=0x3C */
/* str_to_ptr */
/* free_stack_string value_u8=0x4 target=[SP+04h] */
suspend;
spawn class_0A0C_slot_32(pid, 1, 0x00000000);
suspend;
/* global_address global_id=0x3C */
spawn class_0A0C_slot_32(pid, 1, 0x00000000);
suspend;
suspend;
block_1449:
return;
set_info(0x0213, *(arg_06));
process_exclude();
if (Egg.getEggId(arg_06) == 30) {
if (Game.isReleaseBuild()) {
spawn class_0A0C_slot_32(pid, 1, 0x00000000);
suspend;
/* pop_global global_id=0x1F size=0x1 */
/* global_address global_id=0x3C */
suspend;
return;
}
else {
/* pop_global global_id=0x1F size=0x1 */
/* global_address global_id=0x3C */
/* str_to_ptr */
/* free_stack_string value_u8=0x4 target=[SP+04h] */
suspend;
spawn class_0A0C_slot_32(pid, 1, 0x00000000);
suspend;
/* global_address global_id=0x3C */
spawn class_0A0C_slot_32(pid, 1, 0x00000000);
suspend;
suspend;
}
}
return;
}