Ryex / ic10emu

A Stationeers IC10 code editor and emulator
https://ic10emu.dev/
Apache License 2.0
4 stars 2 forks source link

interpreter doesn't handle modes correctly - unknown batch mode #24

Closed Emilgardis closed 3 months ago

Emilgardis commented 3 months ago
lb r0 HASH("ItemActiveVent") On Maximum

gives

unknown batch mode '23'

where batchmode is interpreted as logictype Maximum=23

Emilgardis commented 3 months ago

I think I have a solution for this