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

27
dumps/scripts/1304.cs2 Normal file
View file

@ -0,0 +1,27 @@
void script_1304(int arg0) {
int ivar1;
ivar1 = script_1305();
if (((boolean)script_2709()) && (((arg0 == 9) || (arg0 == 11)) || (arg0 == 10))) {
return;
}
if ((arg0 == ivar1) && ((boolean)bitconfig_9030)) {
arg0 = 1;
script_4089();
}
if (ivar1 > -1) {
if (ivar1 == arg0) {
if ((getDisplayMode() >= 2) && ((boolean)bitconfig_9030)) {
script_1306();
} else {
return;
}
} else {
script_1306();
script_1387(arg0);
}
} else {
script_1306();
script_1387(arg0);
}
return;
}