DFillmore / viola

Viola is a Z-Machine Interpreter written in Python.
19 stars 2 forks source link

Lost Pig starts in wrong room #48

Closed DFillmore closed 10 years ago

DFillmore commented 10 years ago

Actually, it is in the correct room, but the room description does not correctly print. Possibly something to do with reading a property from an object?

DFillmore commented 10 years ago

Was due to signed indices in @loadb, @loadw and similar opcodes.