-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PQ2 FlowScript Compile Fails #76
Comments
The actual problem is with the decompilation. The procedure ends up as the following when is clearly incorrect and therefore can't be compiled void BTL_TAG_RUN()
{
PUTS( "実行" );
EVT_FUNCTION_0018( 4, 9001 );
0;
0;
UNKNOWN_FUNCTION_12707();
60;
1;
UNKNOWN_FUNCTION_12707();
140;
UNKNOWN_FUNCTION_12708();
300;
2;
UNKNOWN_FUNCTION_12707();
BTL_FUNCTION_0198();
} |
same problem in event/e800 series .bf files.
and unknown function numer gets negative value, like -32764 of UNKNOWN_FUNCTION_-32764() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This .bf file from Persona Q2 throws an error when attempting to recompile, even when no changes are made.
Command:
"combi01.bf.flow" -Compile -OutFormat V2 -Library PQ2 -Encoding SJ -Hook -SumBits
Error:
The text was updated successfully, but these errors were encountered: