Pseudocode decompialtion improvements and docs
This commit is contained in:
parent
f869a181a3
commit
589bfc31ef
1898 changed files with 60634 additions and 6597 deletions
|
|
@ -0,0 +1,10 @@
|
|||
function shockns1_unequip() /* entry=254 class_id=0x0459 slot=0x0B */
|
||||
{
|
||||
set_info(0x0212, *(arg_06));
|
||||
process_exclude();
|
||||
spawn SHOCKER.slot_20(arg_06);
|
||||
FREE.slot_20(pid, 30);
|
||||
spawn FREE.slot_3B((retval + 30), 0x00000000);
|
||||
suspend;
|
||||
return;
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
function shockns1_enterFastArea() /* entry=254 class_id=0x0459 slot=0x0F */
|
||||
{
|
||||
set_info(0x021B, *(arg_06));
|
||||
process_exclude();
|
||||
spawn SHOCKER.slot_20(arg_06);
|
||||
return;
|
||||
}
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
function shockns1_leaveFastArea() /* entry=254 class_id=0x0459 slot=0x10 */
|
||||
{
|
||||
set_info(0x021C, *(arg_06));
|
||||
process_exclude();
|
||||
FREE.slot_3C(0x021B, *(arg_06));
|
||||
FREE.slot_3C(0x020A, *(arg_06));
|
||||
FREE.slot_3C(0x0205, *(arg_06));
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue