Added initial version

This commit is contained in:
Ceikry 2021-03-07 20:37:32 -06:00
commit b1dccb3fed
14153 changed files with 1285206 additions and 0 deletions

22
dumps/scripts/3550.cs2 Normal file
View file

@ -0,0 +1,22 @@
int script_3550(int arg0) {
flow_0:
SWITCH (arg0) {
case 2:
GOTO flow_1
case 3:
GOTO flow_2
case 4:
GOTO flow_3
case 5:
GOTO flow_4
}
return 3209;
flow_1:
return 3212;
flow_2:
return 3215;
flow_3:
return 3218;
flow_4:
return 3221;
}