Pseudocode decompialtion improvements and docs
This commit is contained in:
parent
f869a181a3
commit
589bfc31ef
1898 changed files with 60634 additions and 6597 deletions
|
|
@ -9,12 +9,12 @@ function camerans_gotHit() /* entry=98 class_id=0x01B8 slot=0x06 */
|
|||
return;
|
||||
}
|
||||
else {
|
||||
class_0A1D_slot_34(arg_0C, arg_0A);
|
||||
FREE.slot_34(arg_0C, arg_0A);
|
||||
if (retval && (Item.getFrame(arg_06) == 9)) {
|
||||
class_0A1D_slot_3C(0x021B, *(arg_06));
|
||||
spawn class_0A17_slot_20(pid, 1, *(arg_06), arg_06);
|
||||
FREE.slot_3C(0x021B, *(arg_06));
|
||||
spawn TRIGGER.slot_20(pid, 1, *(arg_06), arg_06);
|
||||
suspend;
|
||||
spawn class_0A0C_slot_2A(pid, 0, 0, arg_06);
|
||||
spawn ITEM.slot_2A(pid, 0, 0, arg_06);
|
||||
suspend;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ function camerans_enterFastArea() /* entry=98 class_id=0x01B8 slot=0x0F */
|
|||
if (!Item.isEntirelyOnScreen(arg_06)) goto block_0132;
|
||||
|
||||
block_0118:
|
||||
spawn class_0A1D_slot_3B(pid, local_02, 0x00000000);
|
||||
spawn FREE.slot_3B(pid, local_02, 0x00000000);
|
||||
suspend;
|
||||
goto block_010B;
|
||||
|
||||
|
|
@ -30,12 +30,12 @@ function camerans_enterFastArea() /* entry=98 class_id=0x01B8 slot=0x0F */
|
|||
if (!Item.isEntirelyOnScreen(arg_06)) goto block_0166;
|
||||
|
||||
block_014C:
|
||||
spawn class_0A1D_slot_3B(pid, local_02, 0x00000000);
|
||||
spawn FREE.slot_3B(pid, local_02, 0x00000000);
|
||||
suspend;
|
||||
goto block_013F;
|
||||
|
||||
block_0166:
|
||||
spawn class_0A1D_slot_3B(pid, local_02, 0x00000000);
|
||||
spawn FREE.slot_3B(pid, local_02, 0x00000000);
|
||||
suspend;
|
||||
if (World.getControlledNPCNum() != 0) goto block_0192;
|
||||
|
||||
|
|
@ -61,11 +61,11 @@ function camerans_enterFastArea() /* entry=98 class_id=0x01B8 slot=0x0F */
|
|||
if ((local_06 > local_04) && (!(Item.getStatus(arg_06) & 4))) goto block_0257;
|
||||
|
||||
block_0212:
|
||||
spawn class_0A1D_slot_3B(pid, local_02, 0x00000000);
|
||||
spawn FREE.slot_3B(pid, local_02, 0x00000000);
|
||||
suspend;
|
||||
spawn class_0A17_slot_20(pid, 0, *(arg_06), arg_06);
|
||||
spawn TRIGGER.slot_20(pid, 0, *(arg_06), arg_06);
|
||||
suspend;
|
||||
class_0A0C_slot_24(4, arg_06);
|
||||
ITEM.slot_24(4, arg_06);
|
||||
|
||||
block_0257:
|
||||
goto block_02C8;
|
||||
|
|
@ -76,7 +76,7 @@ function camerans_enterFastArea() /* entry=98 class_id=0x01B8 slot=0x0F */
|
|||
|
||||
block_0269:
|
||||
local_0E = 1;
|
||||
spawn class_0A1D_slot_3B(pid, 30, 0x00000000);
|
||||
spawn FREE.slot_3B(pid, 30, 0x00000000);
|
||||
suspend;
|
||||
goto block_02B0;
|
||||
|
||||
|
|
@ -85,7 +85,7 @@ function camerans_enterFastArea() /* entry=98 class_id=0x01B8 slot=0x0F */
|
|||
|
||||
block_0292:
|
||||
local_0E = -1;
|
||||
spawn class_0A1D_slot_3B(pid, 30, 0x00000000);
|
||||
spawn FREE.slot_3B(pid, 30, 0x00000000);
|
||||
suspend;
|
||||
goto block_02B0;
|
||||
|
||||
|
|
@ -120,7 +120,7 @@ function camerans_enterFastArea() /* entry=98 class_id=0x01B8 slot=0x0F */
|
|||
|
||||
block_030A:
|
||||
local_0E = 1;
|
||||
spawn class_0A1D_slot_3B(pid, 30, 0x00000000);
|
||||
spawn FREE.slot_3B(pid, 30, 0x00000000);
|
||||
suspend;
|
||||
goto block_0351;
|
||||
|
||||
|
|
@ -129,7 +129,7 @@ function camerans_enterFastArea() /* entry=98 class_id=0x01B8 slot=0x0F */
|
|||
|
||||
block_0333:
|
||||
local_0E = -1;
|
||||
spawn class_0A1D_slot_3B(pid, 30, 0x00000000);
|
||||
spawn FREE.slot_3B(pid, 30, 0x00000000);
|
||||
suspend;
|
||||
goto block_0351;
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ function camerans_leaveFastArea() /* entry=98 class_id=0x01B8 slot=0x10 */
|
|||
{
|
||||
set_info(0x021C, *(arg_06));
|
||||
process_exclude();
|
||||
class_0A1D_slot_3C(0x021B, *(arg_06));
|
||||
FREE.slot_3C(0x021B, *(arg_06));
|
||||
/* bit_not */
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue