Pseudocode decompialtion improvements and docs
This commit is contained in:
parent
f869a181a3
commit
589bfc31ef
1898 changed files with 60634 additions and 6597 deletions
|
|
@ -3,7 +3,7 @@ function windsurf_gotHit() /* entry=179 class_id=0x0337 slot=0x06 */
|
|||
entry:
|
||||
set_info(0x020C, *(arg_06));
|
||||
process_exclude();
|
||||
class_0A1D_slot_35(arg_0C, arg_0A);
|
||||
FREE.slot_35(arg_0C, arg_0A);
|
||||
if retval goto block_01B1;
|
||||
|
||||
block_01AE:
|
||||
|
|
@ -127,7 +127,7 @@ function windsurf_gotHit() /* entry=179 class_id=0x0337 slot=0x06 */
|
|||
block_03B5:
|
||||
local_04 = (local_04 * local_08);
|
||||
local_06 = (local_06 * local_08);
|
||||
spawn class_0A1D_slot_3B(pid, 2, 0x00000000);
|
||||
spawn FREE.slot_3B(pid, 2, 0x00000000);
|
||||
suspend;
|
||||
|
||||
block_03DA:
|
||||
|
|
@ -137,7 +137,7 @@ function windsurf_gotHit() /* entry=179 class_id=0x0337 slot=0x06 */
|
|||
local_0F = (Item.getX(local_02) + local_04);
|
||||
local_0D = (Item.getY(local_02) + local_06);
|
||||
local_0B = Item.getZ(local_02);
|
||||
spawn class_0A1D_slot_3B(pid, 5, 0x00000000);
|
||||
spawn FREE.slot_3B(pid, 5, 0x00000000);
|
||||
suspend;
|
||||
if (Item.overlaps(arg_0A, arg_06) != 0) goto block_043F;
|
||||
|
||||
|
|
@ -157,7 +157,7 @@ function windsurf_gotHit() /* entry=179 class_id=0x0337 slot=0x06 */
|
|||
goto block_0483;
|
||||
|
||||
block_046B:
|
||||
spawn class_0A17_slot_20(pid, 0, *(arg_06), arg_06);
|
||||
spawn TRIGGER.slot_20(pid, 0, *(arg_06), arg_06);
|
||||
suspend;
|
||||
|
||||
block_0483:
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ function windsurf_equip() /* entry=179 class_id=0x0337 slot=0x0A */
|
|||
{
|
||||
set_info(0x0211, *(arg_06));
|
||||
process_exclude();
|
||||
class_0A1D_slot_3C(0x020C, *(arg_06));
|
||||
FREE.slot_3C(0x020C, *(arg_06));
|
||||
if (arg_0A == 0x00FF) {
|
||||
return;
|
||||
}
|
||||
|
|
@ -12,7 +12,7 @@ function windsurf_equip() /* entry=179 class_id=0x0337 slot=0x0A */
|
|||
while (!condition) {
|
||||
if (local_02 == *(arg_06)) {
|
||||
if (!Item.overlaps(local_02, arg_06)) {
|
||||
spawn class_0337_gotHit(0, local_02, arg_06);
|
||||
spawn WINDSURF.gotHit(0, local_02, arg_06);
|
||||
}
|
||||
}
|
||||
/* loopnext */
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ function windsurf_unequip() /* entry=179 class_id=0x0337 slot=0x0B */
|
|||
while (!condition) {
|
||||
if (local_02 == *(arg_06)) {
|
||||
if (!Item.overlaps(local_02, arg_06)) {
|
||||
spawn class_0337_gotHit(0, local_02, arg_06);
|
||||
spawn WINDSURF.gotHit(0, local_02, arg_06);
|
||||
}
|
||||
}
|
||||
/* loopnext */
|
||||
|
|
|
|||
|
|
@ -2,6 +2,6 @@ function windsurf_leaveFastArea() /* entry=179 class_id=0x0337 slot=0x10 */
|
|||
{
|
||||
set_info(0x021C, *(arg_06));
|
||||
process_exclude();
|
||||
class_0A1D_slot_3C(0x020C, *(arg_06));
|
||||
FREE.slot_3C(0x020C, *(arg_06));
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue