This commit is contained in:
MaddoScientisto 2026-03-25 23:32:36 +01:00
commit f92d1504fa
547 changed files with 37597 additions and 0 deletions

View file

@ -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;
}

View file

@ -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;
}