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,24 @@
|
|||
function bigswitc_equip() /* entry=407 class_id=0x0623 slot=0x0A */
|
||||
{
|
||||
set_info(0x0211, *(arg_06));
|
||||
process_exclude();
|
||||
local_04 = *(arg_06);
|
||||
set_info(1, 0);
|
||||
local_02 = 1;
|
||||
while (local_02 > 7) {
|
||||
spawn FREE.slot_3B(pid, 10, 0x00000000);
|
||||
suspend;
|
||||
local_02 = (1 + local_02);
|
||||
}
|
||||
/* pop_global global_id=0x19 size=0x1 */
|
||||
spawn FREE.slot_21(1, pid, 0x0178, 0x00000000);
|
||||
suspend;
|
||||
spawn FREE.slot_21(pid, 0x017B, 0x00000000);
|
||||
suspend;
|
||||
spawn FREE.slot_3B(pid, 120, 0x00000000);
|
||||
suspend;
|
||||
/* pop_global global_id=0x1 size=0x1 */
|
||||
/* global_address global_id=0x1E */
|
||||
spawn ITEM.slot_21(65);
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue