Use DecompileString for fixed text tables
This works around an issue with invalid characters in the teleport destination table, since the flag/coordinate data is mixed in with the text
This commit is contained in:
parent
cb0182f324
commit
973e63c669
|
@ -360,8 +360,7 @@ namespace ScriptTool
|
|||
{
|
||||
fixedStringRef.Old =
|
||||
fixedStringRef.New =
|
||||
decompiler.DecompileRange(rom, fixedStringRef.OldPointer,
|
||||
fixedStringRef.OldPointer + fixedStringCollection.EntryLength, false);
|
||||
decompiler.DecompileString(rom, fixedStringRef.OldPointer, false);
|
||||
}
|
||||
|
||||
// Write JSON
|
||||
|
|
Loading…
Reference in New Issue