Pseudocode decompialtion improvements and docs
This commit is contained in:
parent
f869a181a3
commit
589bfc31ef
1898 changed files with 60634 additions and 6597 deletions
|
|
@ -7,15 +7,11 @@ function wshockew_unequip() /* entry=245 class_id=0x044E slot=0x0B */
|
|||
|
||||
set_info(0x0212, *(arg_06));
|
||||
process_exclude();
|
||||
/* loopscr value_u8=0x24 */
|
||||
/* loopscr value_u8=0x3D */
|
||||
/* loopscr value_u8=0x3A */
|
||||
/* loopscr value_u8=0x25 */
|
||||
/* loop current_var=0xFE string_bytes=0x6 loop_type=0x2 */
|
||||
/* loop_selector item in nearby_items(family=6, origin=arg_06) */
|
||||
while (!condition) {
|
||||
if (!Actor.isNPC(item)) {
|
||||
if (Item.overlaps(item, arg_06) == 1) {
|
||||
spawn class_044E_gotHit(0, item, arg_06);
|
||||
spawn WSHOCKEW.gotHit(0, item, arg_06);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue