Stuff
This commit is contained in:
parent
ee33f94b4b
commit
f92d1504fa
547 changed files with 37597 additions and 0 deletions
103
USECODE/EUSECODE_extracted/pseudocode/VMAIL/slot_0A_equip.txt
Normal file
103
USECODE/EUSECODE_extracted/pseudocode/VMAIL/slot_0A_equip.txt
Normal file
|
|
@ -0,0 +1,103 @@
|
|||
function vmail_equip() /* entry=195 class_id=0x0367 slot=0x0A */
|
||||
{
|
||||
var
|
||||
referent, /* [BP+00h] type=0x69 */
|
||||
var, /* [BP+0Ah] type=0x69 */
|
||||
textFile; /* [BP-02h] type=0x73 */
|
||||
|
||||
entry:
|
||||
set_info(0x0211, *(arg_06));
|
||||
process_exclude();
|
||||
/* global_address global_id=0x3C */
|
||||
/* global_address global_id=0x3C */
|
||||
suspend;
|
||||
/* concat */
|
||||
/* concat */
|
||||
/* concat */
|
||||
/* concat */
|
||||
/* concat */
|
||||
/* concat */
|
||||
/* concat */
|
||||
/* concat */
|
||||
/* concat */
|
||||
/* concat */
|
||||
/* concat */
|
||||
/* concat */
|
||||
/* concat */
|
||||
/* concat */
|
||||
/* concat */
|
||||
/* concat */
|
||||
/* concat */
|
||||
/* free_local_string bp_offset=0xFE target=[BP-02h] */
|
||||
textFile = Npc.isDead(global[0x001B]);
|
||||
spawn class_0A0C_slot_32("KILL BOARD:^-----------^Guards: ", Npc.isDead(global[0x000B]), "^Soldiers: ", Npc.isDead(global[0x000D]), "^Storm troopers: ", Npc.isDead(global[0x000F]), "^Elite troopers: ", Npc.isDead(global[0x0011]), "^Enforcers: ", Npc.isDead(global[0x0013]), "^^Androids: ", Npc.isDead(global[0x0015]), "^Thermatrons: ", Npc.isDead(global[0x0017]), "^Vetrons: ", Npc.isDead(global[0x0019]), "^Solartrons: ", pid, 10, 0x00000000);
|
||||
suspend;
|
||||
if (global[0x001F] != 4) goto block_02E4;
|
||||
|
||||
block_02B4:
|
||||
/* str_to_ptr */
|
||||
/* free_stack_string value_u8=0x4 target=[SP+04h] */
|
||||
suspend;
|
||||
goto block_0450;
|
||||
|
||||
block_02E4:
|
||||
if (global[0x001F] != 6) goto block_031E;
|
||||
|
||||
block_02EE:
|
||||
/* str_to_ptr */
|
||||
/* free_stack_string value_u8=0x4 target=[SP+04h] */
|
||||
suspend;
|
||||
goto block_0450;
|
||||
|
||||
block_031E:
|
||||
if (global[0x001F] != 7) goto block_0358;
|
||||
|
||||
block_0328:
|
||||
/* str_to_ptr */
|
||||
/* free_stack_string value_u8=0x4 target=[SP+04h] */
|
||||
suspend;
|
||||
goto block_0450;
|
||||
|
||||
block_0358:
|
||||
if (global[0x001F] != 8) goto block_0392;
|
||||
|
||||
block_0362:
|
||||
/* str_to_ptr */
|
||||
/* free_stack_string value_u8=0x4 target=[SP+04h] */
|
||||
suspend;
|
||||
goto block_0450;
|
||||
|
||||
block_0392:
|
||||
if (global[0x001F] != 11) goto block_03CD;
|
||||
|
||||
block_039C:
|
||||
/* str_to_ptr */
|
||||
/* free_stack_string value_u8=0x4 target=[SP+04h] */
|
||||
suspend;
|
||||
goto block_0450;
|
||||
|
||||
block_03CD:
|
||||
if (global[0x001F] != 12) goto block_0408;
|
||||
|
||||
block_03D7:
|
||||
/* str_to_ptr */
|
||||
/* free_stack_string value_u8=0x4 target=[SP+04h] */
|
||||
suspend;
|
||||
goto block_0450;
|
||||
|
||||
block_0408:
|
||||
if (global[0x001F] != 14) goto block_0443;
|
||||
|
||||
block_0412:
|
||||
/* str_to_ptr */
|
||||
/* free_stack_string value_u8=0x4 target=[SP+04h] */
|
||||
suspend;
|
||||
goto block_0450;
|
||||
|
||||
block_0443:
|
||||
|
||||
block_0450:
|
||||
/* free_local_string bp_offset=0xFE target=[BP-02h] */
|
||||
return;
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue