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,25 +1,16 @@
function special_leaveFastArea() /* entry=272 class_id=0x04CA slot=0x10 */
{
entry:
set_info(0x021C, *(arg_06));
process_exclude();
if Item.hurl(arg_06) goto block_07FB;
block_0781:
if (Item.getMapNum(arg_06) != 2) goto block_07BE;
block_0793:
spawn class_0A18_slot_20(pid, (0x0080 + 0), *(arg_06), arg_06);
suspend;
block_07BE:
if (Intrinsic00FA(arg_06) != 2) goto block_07FB;
block_07D0:
spawn class_0A18_slot_20(pid, (0x0080 + 1), *(arg_06), arg_06);
suspend;
block_07FB:
return;
set_info(0x021C, *(arg_06));
process_exclude();
if (!Item.getQHi(arg_06)) {
if (Item.getMapArray(arg_06) == 2) {
spawn class_0A18_slot_20(pid, (0x0080 + 0), *(arg_06), arg_06);
suspend;
}
if (Item.getNPCNum(arg_06) == 2) {
spawn class_0A18_slot_20(pid, (0x0080 + 1), *(arg_06), arg_06);
suspend;
}
}
return;
}