Pseudocode decompialtion improvements and docs
This commit is contained in:
parent
f869a181a3
commit
589bfc31ef
1898 changed files with 60634 additions and 6597 deletions
|
|
@ -12,11 +12,7 @@ function flame_slot_20() /* entry=381 class_id=0x0A0B slot=0x20 */
|
|||
block_00F6:
|
||||
suspend;
|
||||
detect = 0;
|
||||
/* loopscr value_u8=0x24 */
|
||||
/* loopscr value_u8=0x3D */
|
||||
/* loopscr value_u8=0x3A */
|
||||
/* loopscr value_u8=0x25 */
|
||||
/* loop current_var=0xFE string_bytes=0x6 loop_type=0x2 */
|
||||
/* loop_selector item in nearby_items(family=6, origin=arg_06) */
|
||||
|
||||
block_0127:
|
||||
if condition goto block_018E;
|
||||
|
|
@ -29,7 +25,7 @@ function flame_slot_20() /* entry=381 class_id=0x0A0B slot=0x20 */
|
|||
|
||||
block_014C:
|
||||
n = item;
|
||||
class_0A11_slot_2B(n);
|
||||
NPC.slot_2B(n);
|
||||
if (!retval) goto block_0183;
|
||||
|
||||
block_0167:
|
||||
|
|
@ -42,12 +38,12 @@ function flame_slot_20() /* entry=381 class_id=0x0A0B slot=0x20 */
|
|||
goto block_0127;
|
||||
|
||||
block_018E:
|
||||
spawn class_0A0C_slot_32(pid, 30, 0x00000000);
|
||||
spawn FREE.waitNTimerTicks(pid, 30, 0x00000000);
|
||||
suspend;
|
||||
if (!detect) goto block_01D3;
|
||||
|
||||
block_01BF:
|
||||
class_0A1E_slot_24(4, arg_06);
|
||||
ITEM.slot_24(4, arg_06);
|
||||
goto block_01D6;
|
||||
|
||||
block_01D3:
|
||||
|
|
|
|||
|
|
@ -14,20 +14,20 @@ function flame_slot_21() /* entry=381 class_id=0x0A0B slot=0x21 */
|
|||
goto block_02AF;
|
||||
|
||||
block_023E:
|
||||
class_0A1E_slot_23(4, arg_06);
|
||||
ITEM.slot_23(4, arg_06);
|
||||
|
||||
block_024C:
|
||||
suspend;
|
||||
if (ref < 0x00FF) goto block_02AC;
|
||||
|
||||
block_0268:
|
||||
class_0A11_slot_2B(n);
|
||||
NPC.slot_2B(n);
|
||||
if (!retval) goto block_0298;
|
||||
|
||||
block_027C:
|
||||
|
||||
block_0298:
|
||||
spawn class_0A0B_slot_20(arg_06);
|
||||
spawn FLAME.slot_20(arg_06);
|
||||
goto block_02AF;
|
||||
|
||||
block_02AC:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue