mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-21 09:02:07 -07:00
Added initial version
This commit is contained in:
commit
b1dccb3fed
14153 changed files with 1285206 additions and 0 deletions
18
dumps/scripts/2454.cs2
Normal file
18
dumps/scripts/2454.cs2
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
int script_2454(int arg0) {
|
||||
int ivar1;
|
||||
ivar1 = 16777215;
|
||||
switch (arg0) {
|
||||
case 0:
|
||||
ivar1 = 16777215;
|
||||
break;
|
||||
case 1:
|
||||
ivar1 = 65280;
|
||||
break;
|
||||
case 2:
|
||||
ivar1 = 14064640;
|
||||
break;
|
||||
case 3:
|
||||
ivar1 = 16727871;
|
||||
}
|
||||
return ivar1;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue