Pseudocode and stuff
This commit is contained in:
parent
7310c4fe96
commit
ee33f94b4b
466 changed files with 27770 additions and 276 deletions
|
|
@ -0,0 +1,27 @@
|
|||
function blaserew_equip() /* entry=150 class_id=0x02C4 slot=0x0A */
|
||||
{
|
||||
var
|
||||
referent, /* [BP+00h] type=0x69 */
|
||||
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:
|
||||
return;
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue