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,14 @@
|
|||
function valbox_slot_20() /* entry=470 class_id=0x0A18 slot=0x20 */
|
||||
{
|
||||
local_02 = (Item.getNpcNum(arg_06) & 0x00FF);
|
||||
/* lsh */
|
||||
local_04 = 8;
|
||||
local_06 = (local_02 + local_04);
|
||||
if (local_06 <= 0x03E7) {
|
||||
return;
|
||||
}
|
||||
else {
|
||||
return;
|
||||
}
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue