Open stochaztic opened 7 years ago
I honestly can't remember anymore. If I added it there, there should have been a reason. Do you know what this outputs in the CCScript files (I don't see it in the output you copied).
In the Special Pointers section of main.ccs:
ROM[0xccffd5] = "[{e(data_34.l_0xc80530)}]"
Is
0xcffd5
really supposed to be a special pointer here? I'm unfamiliar with most of this, but if I'm understanding it correctly, it ends up pointing to the middle of a dialogue block (0xc80530
, see ccs output below), and the ROM map labels this area "Audio Data Block (Unspecified)".https://github.com/Lyrositor/CCScriptWriter/blob/f021880893f25c787814332b0a8102251bcb0141/CCScriptWriter/CCScriptWriter.py#L91-L92