Stuff
This commit is contained in:
parent
ee33f94b4b
commit
f92d1504fa
547 changed files with 37597 additions and 0 deletions
49
USECODE/EUSECODE_extracted/pseudocode/MELF/slot_01_use.txt
Normal file
49
USECODE/EUSECODE_extracted/pseudocode/MELF/slot_01_use.txt
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
function melf_use() /* entry=219 class_id=0x03BB slot=0x01 */
|
||||
{
|
||||
var
|
||||
referent, /* [BP+00h] type=0x69 */
|
||||
item; /* [BP-02h] type=0x24 */
|
||||
|
||||
entry:
|
||||
set_info(0x0207, *(arg_06));
|
||||
process_exclude();
|
||||
if Item.callEvent0A(arg_06) goto block_0100;
|
||||
|
||||
block_00FA:
|
||||
goto block_0229;
|
||||
|
||||
block_0100:
|
||||
/* global_address global_id=0x3C */
|
||||
/* global_address global_id=0x3C */
|
||||
suspend;
|
||||
/* str_to_ptr */
|
||||
/* free_stack_string value_u8=0x4 target=[SP+04h] */
|
||||
suspend;
|
||||
/* str_to_ptr */
|
||||
/* free_stack_string value_u8=0x4 target=[SP+04h] */
|
||||
suspend;
|
||||
spawn class_0A18_slot_20(pid, 0, *(arg_06), arg_06);
|
||||
suspend;
|
||||
/* pop_global global_id=0x24 size=0x1 */
|
||||
/* loopscr value_u8=0x24 */
|
||||
/* loopscr value_u8=0x41 */
|
||||
/* loop current_var=0xFE string_bytes=0x4 loop_type=0x2 */
|
||||
|
||||
block_01E6:
|
||||
if condition goto block_0227;
|
||||
|
||||
block_01E9:
|
||||
if (Item.getQHi(item) != 34) goto block_0223;
|
||||
|
||||
block_01FE:
|
||||
|
||||
block_0223:
|
||||
/* loopnext */
|
||||
goto block_01E6;
|
||||
|
||||
block_0227:
|
||||
|
||||
block_0229:
|
||||
return;
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue