darkf / darkfo

DarkFO, a post-nuclear RPG remake (of Fallout 2)
Apache License 2.0
135 stars 12 forks source link

Add missing opcodes to script disassembler #35

Open darkf opened 8 years ago

darkf commented 8 years ago

Missing a large chunk of opcodes. Ideally it could share the opcode map with vm.ts/vm_bridge.ts somehow, but that might introduce too big of a dependency. Perhaps it should factored out... or just duplicated, who knows.