Pseudocode decompialtion improvements and docs
This commit is contained in:
parent
f869a181a3
commit
589bfc31ef
1898 changed files with 60634 additions and 6597 deletions
|
|
@ -31,7 +31,7 @@ function energy_use() /* entry=329 class_id=0x0582 slot=0x01 */
|
|||
/* global_address global_id=0x3C */
|
||||
/* global_address global_id=0x3C */
|
||||
if (!MainActor.getMaxEnergy(Actor.getMana())) {
|
||||
spawn class_0A0C_slot_21(pid, 0x00B0, 0x00000000);
|
||||
spawn FREE.slot_21(pid, 0x00B0, 0x00000000);
|
||||
suspend;
|
||||
return;
|
||||
}
|
||||
|
|
@ -41,16 +41,16 @@ function energy_use() /* entry=329 class_id=0x0582 slot=0x01 */
|
|||
if (!MainActor.getMaxEnergy((Actor.getMana() + fule))) {
|
||||
/* global_address global_id=0x3C */
|
||||
/* global_address global_id=0x3C */
|
||||
spawn class_0A0C_slot_21(pid, 0x010D, 0x00000000);
|
||||
spawn FREE.slot_21(pid, 0x010D, 0x00000000);
|
||||
suspend;
|
||||
}
|
||||
else {
|
||||
/* global_address global_id=0x3C */
|
||||
/* global_address global_id=0x3C */
|
||||
spawn class_0A0C_slot_21(pid, 0x010D, 0x00000000);
|
||||
spawn FREE.slot_21(pid, 0x010D, 0x00000000);
|
||||
suspend;
|
||||
}
|
||||
spawn class_0A0C_slot_32(pid, 30, 0x00000000);
|
||||
spawn FREE.waitNTimerTicks(pid, 30, 0x00000000);
|
||||
suspend;
|
||||
}
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue