Pseudocode decompialtion improvements and docs
This commit is contained in:
parent
f869a181a3
commit
589bfc31ef
1898 changed files with 60634 additions and 6597 deletions
|
|
@ -18,8 +18,8 @@ function bouncbox_gotHit() /* entry=291 class_id=0x04EF slot=0x06 */
|
|||
dir = Item.getQHi(arg_06);
|
||||
item = ref;
|
||||
if (ref == 0x4000) {
|
||||
class_0A0C_slot_2C(vel, ref);
|
||||
class_0A0C_slot_2C((retval != 4), vel, ref);
|
||||
FREE.slot_2C(vel, ref);
|
||||
FREE.slot_2C((retval != 4), vel, ref);
|
||||
if (retval == 3) {
|
||||
return;
|
||||
}
|
||||
|
|
@ -33,10 +33,10 @@ function bouncbox_gotHit() /* entry=291 class_id=0x04EF slot=0x06 */
|
|||
dir = 0x00FF;
|
||||
}
|
||||
else {
|
||||
class_0A0C_slot_2C(vel, ref);
|
||||
FREE.slot_2C(vel, ref);
|
||||
ammo = retval;
|
||||
if (dir == 0x00FF) {
|
||||
class_0A0C_slot_20(15);
|
||||
FREE.slot_20(15);
|
||||
dir = retval;
|
||||
}
|
||||
else if (dir == 0x00FE) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue