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 med_flor_gotHit() /* entry=161 class_id=0x02E1 slot=0x06 */
|
|||
else {
|
||||
/* global_address global_id=0x1E */
|
||||
while (!Actor.isBusy()) {
|
||||
spawn class_0A1D_slot_3B(pid, 2, 0x00000000);
|
||||
spawn FREE.slot_3B(pid, 2, 0x00000000);
|
||||
suspend;
|
||||
}
|
||||
/* global_address global_id=0x1E */
|
||||
|
|
@ -24,10 +24,10 @@ function med_flor_gotHit() /* entry=161 class_id=0x02E1 slot=0x06 */
|
|||
/* loopnext */
|
||||
}
|
||||
while (!Kernel.getNumProcesses(0x0254, global[0x001E])) {
|
||||
spawn class_0A1D_slot_3B(pid, 2, 0x00000000);
|
||||
spawn FREE.slot_3B(pid, 2, 0x00000000);
|
||||
suspend;
|
||||
}
|
||||
spawn class_0A1D_slot_3B(pid, 60, 0x00000000);
|
||||
spawn FREE.slot_3B(pid, 60, 0x00000000);
|
||||
suspend;
|
||||
/* loopscr value_u8=0x24 */
|
||||
/* loopscr value_u8=0x43 */
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ function med_flor_release() /* entry=161 class_id=0x02E1 slot=0x09 */
|
|||
set_info(0x020D, *(arg_06));
|
||||
process_exclude();
|
||||
if (Item.getSurfaceWeight(arg_06) == 0) {
|
||||
class_0A1D_slot_3C(0x0254, global[0x001E]);
|
||||
FREE.slot_3C(0x0254, global[0x001E]);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue