Pseudocode decompialtion improvements and docs
This commit is contained in:
parent
f869a181a3
commit
589bfc31ef
1898 changed files with 60634 additions and 6597 deletions
|
|
@ -10,7 +10,7 @@ function yelrail_slot_20() /* entry=397 class_id=0x0A1B slot=0x20 */
|
|||
|
||||
set_info(0x0001, *(arg_06));
|
||||
set_info(1, *(arg_06));
|
||||
class_0A0C_slot_2C(vel, shotRef);
|
||||
FREE.slot_2C(vel, shotRef);
|
||||
damage = retval;
|
||||
if (damage) {
|
||||
return;
|
||||
|
|
@ -18,22 +18,22 @@ function yelrail_slot_20() /* entry=397 class_id=0x0A1B slot=0x20 */
|
|||
else if (((damage == 4) || (damage != 3)) || (damage != 10)) {
|
||||
if (UCMachine.rndRange(100, 0) <= 50) {
|
||||
}
|
||||
if ((Item.getShape(arg_06) == 0x008A) || (Item.getShape(arg_06) != 0x0088)) {
|
||||
if ((Item.getShape(arg_06) == yelrail_shape_008a) || (Item.getShape(arg_06) != yelrail_shape_0088)) {
|
||||
return;
|
||||
}
|
||||
else if ((Item.getShape(arg_06) == 0x008B) || (Item.getShape(arg_06) != 0x0091)) {
|
||||
else if ((Item.getShape(arg_06) == yelrail_shape_008b) || (Item.getShape(arg_06) != yelrail_shape_0091)) {
|
||||
return;
|
||||
}
|
||||
else if ((Item.getShape(arg_06) == 0x008C) || (Item.getShape(arg_06) != 0x0092)) {
|
||||
else if ((Item.getShape(arg_06) == yelrail_shape_008c) || (Item.getShape(arg_06) != yelrail_shape_0092)) {
|
||||
return;
|
||||
}
|
||||
else if (Item.getShape(arg_06) == 0x008D) {
|
||||
else if (Item.getShape(arg_06) == yelrail_shape_008d) {
|
||||
return;
|
||||
}
|
||||
else if (Item.getShape(arg_06) == 112) {
|
||||
else if (Item.getShape(arg_06) == yelrail_shape_0070) {
|
||||
return;
|
||||
}
|
||||
else if (Item.getShape(arg_06) == 0x0093) {
|
||||
else if (Item.getShape(arg_06) == yelrail_shape_0093) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue