0037: Debug script not found
The parameter value of the opcode 05B6
is too high.
This opcode references a chunk of debug data left by the game developers. This data is cached in *.bin
files in the Sanny Builder directory. It has no special meaning in runtime and is left in the disassembled code only to preserve one-to-one match with the original script.
Since v3.6 Sanny Builder deprecates the old form of this opcode with a single number parameter in favor of the new k
type. Now this instruction accepts a string literal enclosed in double quotes:
Similar opcodes in SA Mobile have been updated too:
More information: https://github.com/sannybuilder/dev/issues/21
Possible solutions: use the number produced by the disassembler, or delete this opcode from the script.
Last updated