Pseudocode decompialtion improvements and docs
This commit is contained in:
parent
f869a181a3
commit
589bfc31ef
1898 changed files with 60634 additions and 6597 deletions
|
|
@ -19,7 +19,7 @@ function elevplat_equip() /* entry=50 class_id=0x012F slot=0x0A */
|
|||
}
|
||||
else if (!arg_0A) {
|
||||
}
|
||||
spawn class_0A09_slot_20(pid, arg_06);
|
||||
spawn ELEVAT.slot_20(pid, arg_06);
|
||||
suspend;
|
||||
if (global[0x0000] == 1) {
|
||||
/* loopscr value_u8=0x24 */
|
||||
|
|
@ -28,7 +28,7 @@ function elevplat_equip() /* entry=50 class_id=0x012F slot=0x0A */
|
|||
/* loopscr value_u8=0x25 */
|
||||
/* loop current_var=0xFA string_bytes=0x6 loop_type=0x6 */
|
||||
while (!condition) {
|
||||
spawn class_0A0C_slot_32(pid, 2, 0x00000000);
|
||||
spawn FREE.waitNTimerTicks(pid, 2, 0x00000000);
|
||||
suspend;
|
||||
/* loopnext */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue