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

@ -10,14 +10,12 @@ function elevator_release() /* entry=124 class_id=0x021E slot=0x09 */
process_exclude();
w = Item.getSurfaceWeight(arg_06);
if (w == 0) {
spawn class_0A0C_slot_32(pid, 30, 0x00000000);
spawn FREE.waitNTimerTicks(pid, 30, 0x00000000);
suspend;
/* loopscr value_u8=0x24 */
/* loopscr value_u8=0x42 */
/* loop current_var=0xFC string_bytes=0x6 loop_type=0x2 */
/* loop_selector item in selector_0x42(arg0=0x0189, arg1=0x0289, arg2=(10 * 32), origin=global[0x003C]) */
while (!condition) {
door = item;
spawn class_0A06_slot_21(pid, 2, door);
spawn DOOR.slot_21(pid, 2, door);
suspend;
/* loopnext */
}