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

20
dumps/scripts/4985.cs2 Normal file
View file

@ -0,0 +1,20 @@
void script_4985() {
int ivar0;
flow_0:
ivar0 = -1;
IF (citadelConfigsInitialized() && (bitconfig_9550 > 0))
GOTO flow_2
GOTO flow_5
flow_2:
ivar0 = script_4948(bitconfig_9550);
IF (ivar0 <= 0)
GOTO flow_3
GOTO flow_4
flow_3:
script_4899(4);
GOTO flow_4
flow_4:
GOTO flow_5
flow_5:
return;
}