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,26 @@
function juicefl_gotHit() /* entry=358 class_id=0x05B7 slot=0x06 */
{
set_info(0x020C, *(arg_06));
process_exclude();
spawn FREE.slot_3B(pid, 1, 0x00000000);
suspend;
FREE.slot_35(arg_0C, arg_0A);
if (retval <= 0) {
return;
}
else {
local_02 = arg_0A;
if (Item.isCentreOn(*(arg_06), local_02)) {
return;
}
else if ((Item.getShape(local_02) == 1) && (Item.isCentreOn(*(arg_06), local_02) != 1)) {
for local_02 in selector_0x42(arg0=0x05B8, arg1=0x05B9, arg2=(8 * 32), origin=arg_06) {
if (Item.getFrame(local_02) == 0) {
ITEM.slot_25(0x1000, local_02);
}
/* loopnext */
}
}
}
return;
}

View file

@ -0,0 +1,25 @@
function juicefl_release() /* entry=358 class_id=0x05B7 slot=0x09 */
{
set_info(0x020D, *(arg_06));
process_exclude();
/* loopscr value_u8=0x24 */
/* loopscr value_u8=0x3D */
/* loopscr value_u8=0x3A */
/* loopscr value_u8=0x25 */
/* loop current_var=0xFE string_bytes=0x6 loop_type=0x6 */
while (!condition) {
if (local_02 == 1) {
local_03 = 1;
}
/* loopnext */
}
if (local_03) {
for local_02 in selector_0x42(arg0=0x05B8, arg1=0x05B9, arg2=(16 * 32), origin=arg_06) {
if (Item.getQLo(local_02) == Item.getQLo(arg_06)) {
ITEM.slot_24(0x1000, local_02);
}
/* loopnext */
}
}
return;
}

View file

@ -0,0 +1,6 @@
function juicefl_enterFastArea() /* entry=358 class_id=0x05B7 slot=0x0F */
{
set_info(0x021B, *(arg_06));
process_exclude();
return;
}