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,27 +1,16 @@
function slideflr_unequip() /* entry=279 class_id=0x04D5 slot=0x0B */
{
entry:
set_info(0x0212, *(arg_06));
process_exclude();
if (Item.getFrame(arg_06) != 9) goto block_0162;
block_010D:
if (Item.getFrame(arg_06) != 2) goto block_0162;
block_0122:
spawn class_0A0C_slot_32(pid, 4, 0x00000000);
suspend;
goto block_010D;
block_0162:
if Item.touch(81, arg_06) goto block_0199;
block_0173:
set_info(0x0212, *(arg_06));
process_exclude();
if (Item.getFrame(arg_06) == 9) {
while (Item.getFrame(arg_06) == 2) {
spawn class_0A0C_slot_32(pid, 4, 0x00000000);
suspend;
}
}
while (!AudioProcess.isSFXPlayingForObject(81, arg_06)) {
spawn class_0A0C_slot_32(pid, 2, 0x00000000);
suspend;
goto block_0162;
block_0199:
return;
}
return;
}

View file

@ -1,27 +1,16 @@
function slideflr_avatarStoleSomething() /* entry=279 class_id=0x04D5 slot=0x13 */
{
entry:
set_info(0x022E, *(arg_06));
process_exclude();
if (Item.getFrame(arg_06) != 9) goto block_0242;
block_01ED:
if (Item.getFrame(arg_06) != 9) goto block_0242;
block_0202:
spawn class_0A0C_slot_32(pid, 4, 0x00000000);
suspend;
goto block_01ED;
block_0242:
if Item.touch(81, arg_06) goto block_0279;
block_0253:
set_info(0x022E, *(arg_06));
process_exclude();
if (Item.getFrame(arg_06) == 9) {
while (Item.getFrame(arg_06) == 9) {
spawn class_0A0C_slot_32(pid, 4, 0x00000000);
suspend;
}
}
while (!AudioProcess.isSFXPlayingForObject(81, arg_06)) {
spawn class_0A0C_slot_32(pid, 2, 0x00000000);
suspend;
goto block_0242;
block_0279:
return;
}
return;
}