Pseudocode decompialtion improvements and docs
This commit is contained in:
parent
f869a181a3
commit
589bfc31ef
1898 changed files with 60634 additions and 6597 deletions
|
|
@ -21,7 +21,7 @@ function landmine_use() /* entry=206 class_id=0x039A slot=0x01 */
|
|||
set_info(0x00F0, 0);
|
||||
/* global_address global_id=0x3C */
|
||||
while (!Actor.isBusy()) {
|
||||
spawn class_0A0C_slot_32(pid, 2, 0x00000000);
|
||||
spawn FREE.waitNTimerTicks(pid, 2, 0x00000000);
|
||||
suspend;
|
||||
}
|
||||
/* global_address global_id=0x3C */
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ function landmine_gotHit() /* entry=206 class_id=0x039A slot=0x06 */
|
|||
return;
|
||||
}
|
||||
else {
|
||||
class_0A0C_slot_2C(vel, ref);
|
||||
FREE.slot_2C(vel, ref);
|
||||
hType = retval;
|
||||
if (!hType) {
|
||||
if (hType == 4) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue