Pseudocode decompialtion improvements and docs
This commit is contained in:
parent
f869a181a3
commit
589bfc31ef
1898 changed files with 60634 additions and 6597 deletions
|
|
@ -9,9 +9,9 @@ function g_pool_gotHit() /* entry=66 class_id=0x015D slot=0x06 */
|
|||
set_info(0x020C, *(arg_06));
|
||||
process_exclude();
|
||||
item = ref;
|
||||
class_0A0C_slot_2C(vel, ref);
|
||||
FREE.slot_2C(vel, ref);
|
||||
if (retval == 4) {
|
||||
spawn class_0A1E_slot_28(pid, 1, 1, arg_06);
|
||||
spawn ITEM.slot_28(pid, 1, 1, arg_06);
|
||||
suspend;
|
||||
}
|
||||
if ((ref <= 0x0100) && (ref == getTargetNPCNumMaybe())) {
|
||||
|
|
@ -21,10 +21,10 @@ function g_pool_gotHit() /* entry=66 class_id=0x015D slot=0x06 */
|
|||
while (!(1)) {
|
||||
/* global_address global_id=0x3C */
|
||||
if (!Item.isCentreOn(*(arg_06))) {
|
||||
class_0A0C_slot_20(8, 20);
|
||||
FREE.slot_20(8, 20);
|
||||
/* global_address global_id=0x3C */
|
||||
/* global_address global_id=0x3C */
|
||||
spawn class_0A0C_slot_32(pid, 60, 0x00000000);
|
||||
spawn FREE.waitNTimerTicks(pid, 60, 0x00000000);
|
||||
suspend;
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue