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

@ -21,10 +21,10 @@ function re_floor_gotHit() /* entry=66 class_id=0x0138 slot=0x06 */
while (!condition) {
/* loopnext */
}
spawn class_0A1D_slot_3B(pid, 60, 0x00000000);
spawn FREE.slot_3B(pid, 60, 0x00000000);
suspend;
while (!Kernel.getNumProcesses(0x0254, global[0x001E])) {
spawn class_0A1D_slot_3B(pid, 2, 0x00000000);
spawn FREE.slot_3B(pid, 2, 0x00000000);
suspend;
}
/* loopscr value_u8=0x24 */

View file

@ -3,7 +3,7 @@ function re_floor_release() /* entry=66 class_id=0x0138 slot=0x09 */
set_info(0x020D, *(arg_06));
process_exclude();
if (Item.getSurfaceWeight(arg_06) == 0) {
class_0A1D_slot_3C(0x0254, global[0x001E]);
FREE.slot_3C(0x0254, global[0x001E]);
}
return;
}