Added initial version

This commit is contained in:
Ceikry 2021-03-07 20:37:32 -06:00
commit b452bd670c
13290 changed files with 1178433 additions and 0 deletions

29
dumps/scripts/4967.cs2 Normal file
View file

@ -0,0 +1,29 @@
int script_4967(int arg0) {
switch (arg0) {
case 4:
return 1;
case 5:
return 2;
case 6:
return 3;
case 7:
return 4;
case 8:
return 5;
case 9:
return 6;
case 10:
return 7;
case 11:
return 8;
case 12:
return 9;
case 13:
return 10;
case 14:
return 11;
case 15:
return 12;
}
return -1;
}