From what I checked a while ago, Law of the West for the FC uses a somewhat annoying pointer table format. The zeroes are padding bytes, the low numbers represent pointers for the questions your character gets asked, along with the four possible responses, and the high numbers are for the pointers for the answer sets, from what I recall. The main issue is, there's not a lot of free space to use in there either, so it's likely you'd have to add compression of some sort, if possible (haven't looked into much detail there). I guess no one touched it also because, like you say, the game is available for other systems.