Stuff
This commit is contained in:
parent
ee33f94b4b
commit
f92d1504fa
547 changed files with 37597 additions and 0 deletions
|
|
@ -0,0 +1,21 @@
|
|||
function valuebox_cachein() /* entry=130 class_id=0x0251 slot=0x04 */
|
||||
{
|
||||
var
|
||||
referent, /* [BP+00h] type=0x69 */
|
||||
randNum; /* [BP-02h] type=0x69 */
|
||||
|
||||
entry:
|
||||
set_info(0x0213, *(arg_06));
|
||||
process_exclude();
|
||||
class_0A19_slot_20(arg_06);
|
||||
if (retval != 0) goto block_0125;
|
||||
|
||||
block_0104:
|
||||
class_0A0C_slot_20(0x0383);
|
||||
randNum = (retval + 100);
|
||||
class_0251_slot_20(randNum, arg_06);
|
||||
|
||||
block_0125:
|
||||
return;
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
function valuebox_slot_20() /* entry=130 class_id=0x0251 slot=0x20 */
|
||||
{
|
||||
var
|
||||
referent, /* [BP+00h] type=0x69 */
|
||||
rand, /* [BP+0Ah] type=0x69 */
|
||||
lowByte, /* [BP-02h] type=0x69 */
|
||||
highByte; /* [BP-04h] type=0x69 */
|
||||
|
||||
entry:
|
||||
lowByte = (rand & 0x00FF);
|
||||
/* rsh */
|
||||
highByte = (8 & 3);
|
||||
return;
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue