Pseudocode decompialtion improvements and docs
This commit is contained in:
parent
f869a181a3
commit
589bfc31ef
1898 changed files with 60634 additions and 6597 deletions
|
|
@ -2,7 +2,7 @@ function fade_equip() /* entry=294 class_id=0x04FC slot=0x0A */
|
|||
{
|
||||
set_info(0x0211, *(arg_06));
|
||||
process_exclude();
|
||||
class_0A1E_slot_23(0x1000, arg_06);
|
||||
ITEM.slot_23(0x1000, arg_06);
|
||||
if (arg_0A == 0) {
|
||||
}
|
||||
else if (arg_0A == 1) {
|
||||
|
|
@ -28,12 +28,12 @@ function fade_equip() /* entry=294 class_id=0x04FC slot=0x0A */
|
|||
suspend;
|
||||
}
|
||||
else if (arg_0A == 9) {
|
||||
spawn class_04FC_slot_20(arg_06);
|
||||
class_0A1E_slot_24(0x1000, arg_06);
|
||||
spawn FADE.slot_20(arg_06);
|
||||
ITEM.slot_24(0x1000, arg_06);
|
||||
}
|
||||
else if (arg_0A == 10) {
|
||||
/* pop_global global_id=0xA size=0x1 */
|
||||
}
|
||||
class_0A1E_slot_24(0x1000, arg_06);
|
||||
ITEM.slot_24(0x1000, arg_06);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ function fade_slot_20() /* entry=294 class_id=0x04FC slot=0x20 */
|
|||
while (loop > 20) {
|
||||
loop2 = 1;
|
||||
while (loop2 > 4) {
|
||||
spawn class_0A0C_slot_32(pid, 20, 0x00000000);
|
||||
spawn FREE.waitNTimerTicks(pid, 20, 0x00000000);
|
||||
suspend;
|
||||
if (global[0x000A]) {
|
||||
suspend;
|
||||
|
|
@ -27,7 +27,7 @@ function fade_slot_20() /* entry=294 class_id=0x04FC slot=0x20 */
|
|||
if (Actor.isDead()) {
|
||||
/* global_address global_id=0x3C */
|
||||
/* global_address global_id=0x3C */
|
||||
spawn class_0A0C_slot_32(pid, 0x00C8, 0x00000000);
|
||||
spawn FREE.waitNTimerTicks(pid, 0x00C8, 0x00000000);
|
||||
suspend;
|
||||
}
|
||||
/* pop_global global_id=0xA size=0x1 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue