Add menu selection strings to compiler
This commit is contained in:
parent
4425349192
commit
59bfa79a3b
|
@ -473,6 +473,9 @@ namespace ScriptTool
|
|||
// Enemy names
|
||||
CompileM12MiscStringCollection("m12-enemynames", ref referenceAddress);
|
||||
|
||||
// Menu choices
|
||||
CompileM12MiscStringCollection("m12-menuchoices", ref referenceAddress);
|
||||
|
||||
// PSI names
|
||||
var newPsiPointers = CompileM12FixedStringCollection("m12-psinames", ref referenceAddress);
|
||||
|
||||
|
|
Loading…
Reference in New Issue