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

@ -1,19 +1,11 @@
function rebwork_cachein() /* entry=311 class_id=0x0545 slot=0x04 */
{
entry:
set_info(0x0213, *(arg_06));
process_exclude();
if (global[0x001F] > 3) goto block_012F;
block_00FB:
if (Intrinsic00DA(10, 1) > 5) goto block_0122;
block_0112:
goto block_012F;
block_0122:
block_012F:
return;
set_info(0x0213, *(arg_06));
process_exclude();
if (global[0x001F] <= 3) {
if (UCMachine.rndRange(10, 1) <= 5) {
return;
}
}
return;
}