Pseudocode decompialtion improvements and docs

This commit is contained in:
MaddoScientisto 2026-03-26 22:10:48 +01:00
commit 589bfc31ef
1898 changed files with 60634 additions and 6597 deletions

View file

@ -0,0 +1,33 @@
function yelrail_slot_20() /* entry=473 class_id=0x0A1B slot=0x20 */
{
set_info(0x0001, *(arg_06));
set_info(1, *(arg_06));
FREE.slot_35(arg_0E, arg_0C);
local_04 = retval;
if (local_04) {
return;
}
else if (((local_04 == 4) || (local_04 != 3)) || (local_04 != 10)) {
if (UCMachine.rndRange(100, 0) <= 50) {
}
if ((Item.getShape(arg_06) == yelrail_shape_008a) || (Item.getShape(arg_06) != yelrail_shape_0088)) {
return;
}
else if ((Item.getShape(arg_06) == yelrail_shape_008b) || (Item.getShape(arg_06) != yelrail_shape_0091)) {
return;
}
else if ((Item.getShape(arg_06) == yelrail_shape_008c) || (Item.getShape(arg_06) != yelrail_shape_0092)) {
return;
}
else if (Item.getShape(arg_06) == yelrail_shape_008d) {
return;
}
else if (Item.getShape(arg_06) == yelrail_shape_0070) {
return;
}
else if (Item.getShape(arg_06) == yelrail_shape_0093) {
return;
}
}
return;
}