crumpx / upk-modder

Automatically exported from code.google.com/p/upk-modder
0 stars 1 forks source link

Incorrect format for float negation operator #36

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
line:
A9 1 G G 1      ; - negate (float) ; - unary operator, float

should be:
A9 1 G 1        ; - negate (float) ; - unary operator, float

Original issue reported on code.google.com by miss.inv...@gmail.com on 28 Mar 2014 at 11:51