FGRE / nptools

Collection of utilities for manipulating Nitroplus game files
GNU General Public License v3.0
15 stars 1 forks source link

nsbparse2: MAGIC_VARIABLE_VALUE #10

Open krofna opened 9 years ago

krofna commented 9 years ago

Does not consistently place quotes around string arguments.

krofna commented 9 years ago

And incorrectly parses:

if (#SYSTEM_skipabsolute || VariableValue(#, Movie)) 00400 Variable(#SYSTEM_skipabsolute); 00401 Literal(STRING, #); 00402 Literal(STRING, Movie); 00403 Variable($MOVIEThrough); 00404 AddExpression(); 00405 Variable($構文名); 00406 AddExpression(); 00407 VariableValue(#, Movie_); 00408 CmpLogicalOr(); 00409 If(label.if.621);