Pseudocode and stuff
This commit is contained in:
parent
7310c4fe96
commit
ee33f94b4b
466 changed files with 27770 additions and 276 deletions
|
|
@ -0,0 +1,64 @@
|
|||
function grenegg_hatch() /* entry=349 class_id=0x0909 slot=0x07 */
|
||||
{
|
||||
var
|
||||
referent, /* [BP+00h] type=0x69 */
|
||||
item, /* [BP-02h] type=0x24 */
|
||||
source, /* [BP-04h] type=0x24 */
|
||||
dest, /* [BP-06h] type=0x24 */
|
||||
counter, /* [BP-08h] type=0x69 */
|
||||
wp; /* [BP-0Dh] type=0x24 */
|
||||
|
||||
entry:
|
||||
set_info(0x0210, *(arg_06));
|
||||
process_exclude();
|
||||
/* loopscr value_u8=0x24 */
|
||||
/* loopscr value_u8=0x3D */
|
||||
/* loopscr value_u8=0x40 */
|
||||
/* loopscr value_u8=0x25 */
|
||||
/* loop current_var=0xFE string_bytes=0x6 loop_type=0x2 */
|
||||
|
||||
block_0109:
|
||||
if condition goto block_0129;
|
||||
|
||||
block_010C:
|
||||
if (Item.getFrame(item) != 0) goto block_0125;
|
||||
|
||||
block_011E:
|
||||
source = item;
|
||||
|
||||
block_0125:
|
||||
/* loopnext */
|
||||
goto block_0109;
|
||||
|
||||
block_0129:
|
||||
/* loopscr value_u8=0x24 */
|
||||
/* loopscr value_u8=0x3D */
|
||||
/* loopscr value_u8=0x40 */
|
||||
/* loopscr value_u8=0x25 */
|
||||
/* loop current_var=0xFE string_bytes=0x6 loop_type=0x2 */
|
||||
|
||||
block_0149:
|
||||
if condition goto block_0169;
|
||||
|
||||
block_014C:
|
||||
if (Item.getFrame(item) != 0) goto block_0165;
|
||||
|
||||
block_015E:
|
||||
dest = item;
|
||||
|
||||
block_0165:
|
||||
/* loopnext */
|
||||
goto block_0149;
|
||||
|
||||
block_0169:
|
||||
if (source && dest) goto block_01F0;
|
||||
|
||||
block_017C:
|
||||
wp = Intrinsic0013(dest);
|
||||
local_0B = Item.legal_create(dest);
|
||||
local_09 = Item.getZ(dest);
|
||||
|
||||
block_01F0:
|
||||
return;
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue