mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Added initial version
This commit is contained in:
commit
b452bd670c
13290 changed files with 1178433 additions and 0 deletions
17
dumps/scripts/3487.cs2
Normal file
17
dumps/scripts/3487.cs2
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
int script_3487(int arg0) {
|
||||
int ivar1;
|
||||
int ivar2;
|
||||
opcStruct5624(2,0,0) structdump_0;
|
||||
if ((arg0 < 0) || (arg0 > 63)) {
|
||||
return 0;
|
||||
}
|
||||
ivar1 = 0;
|
||||
ivar2 = 0;
|
||||
structdump_0 = getUserflowParam();
|
||||
ivar1 = structdump_0.intpart_1;
|
||||
ivar2 = structdump_0.intpart_0;
|
||||
if (arg0 < 32) {
|
||||
return script_734(((int)isBitFlagged(ivar1, arg0)));
|
||||
}
|
||||
return script_734(((int)isBitFlagged(ivar2, subtract(arg0, 32))));
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue