Usecode pseudocode
This commit is contained in:
parent
f92d1504fa
commit
c12bb39437
1362 changed files with 71072 additions and 38056 deletions
|
|
@ -5,23 +5,15 @@ function blaserew_equip() /* entry=150 class_id=0x02C4 slot=0x0A */
|
|||
var, /* [BP+0Ah] type=0x69 */
|
||||
h; /* [BP-02h] type=0x69 */
|
||||
|
||||
entry:
|
||||
set_info(0x0211, *(arg_06));
|
||||
process_exclude();
|
||||
if (var != 1) goto block_0180;
|
||||
|
||||
block_015F:
|
||||
h = Item.getCX(arg_06);
|
||||
goto block_01AC;
|
||||
|
||||
block_0180:
|
||||
if (var != 31) goto block_01AC;
|
||||
|
||||
block_018B:
|
||||
h = Item.getCX(arg_06);
|
||||
goto block_01AC;
|
||||
|
||||
block_01AC:
|
||||
set_info(0x0211, *(arg_06));
|
||||
process_exclude();
|
||||
if (var == 1) {
|
||||
h = Item.getQHi(arg_06);
|
||||
return;
|
||||
|
||||
}
|
||||
else if (var == 31) {
|
||||
h = Item.getQHi(arg_06);
|
||||
return;
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue