19 lines
422 B
Text
19 lines
422 B
Text
|
|
/* synthesized appendix for VALBOX */
|
|
/* sparse lines above preserve recovered debugger line numbers where available */
|
|
|
|
/* ===== slot 0x20 slot_20 ===== */
|
|
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;
|
|
}
|