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 stelepad_gotHit() /* entry=44 class_id=0x00EF slot=0x06 */
|
|||
set_info(0x020C, *(arg_06));
|
||||
process_exclude();
|
||||
item = ref;
|
||||
class_0A0C_slot_2C(ke, ref);
|
||||
FREE.slot_2C(ke, ref);
|
||||
if (!retval) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ function stelepad_release() /* entry=44 class_id=0x00EF slot=0x09 */
|
|||
|
||||
set_info(0x020D, *(arg_06));
|
||||
process_exclude();
|
||||
spawn class_0A0C_slot_32(pid, 2, 0x00000000);
|
||||
spawn FREE.waitNTimerTicks(pid, 2, 0x00000000);
|
||||
suspend;
|
||||
/* loopscr value_u8=0x24 */
|
||||
/* loopscr value_u8=0x3D */
|
||||
|
|
@ -26,7 +26,7 @@ function stelepad_release() /* entry=44 class_id=0x00EF slot=0x09 */
|
|||
if (npc == 1) {
|
||||
/* global_address global_id=0x3C */
|
||||
while (!Item.isOn(*(arg_06))) {
|
||||
spawn class_0A0C_slot_32(pid, 2, 0x00000000);
|
||||
spawn FREE.waitNTimerTicks(pid, 2, 0x00000000);
|
||||
suspend;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue