Pseudocode decompialtion improvements and docs
This commit is contained in:
parent
f869a181a3
commit
589bfc31ef
1898 changed files with 60634 additions and 6597 deletions
|
|
@ -6,13 +6,13 @@ function betty_equip() /* entry=123 class_id=0x021D slot=0x0A */
|
|||
if (!(Item.getStatus(arg_06) & 0x1000)) {
|
||||
return;
|
||||
}
|
||||
class_0A1E_slot_23(0x1000, arg_06);
|
||||
spawn class_0A01_slot_20(arg_06);
|
||||
ITEM.slot_23(0x1000, arg_06);
|
||||
spawn BBETTY.slot_20(arg_06);
|
||||
return;
|
||||
}
|
||||
else {
|
||||
class_0A1E_slot_24(0x1000, arg_06);
|
||||
class_0A0C_slot_33(1, *(arg_06));
|
||||
ITEM.slot_24(0x1000, arg_06);
|
||||
FREE.slot_33(1, *(arg_06));
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue