Wheel of Infinite Fortune [article link]
Moderator: Moderators
Re: Wheel of Infinite Fortune [article link]
Aw, he doesn't seem to have shared his work 
Re: Wheel of Infinite Fortune [article link]
The top of the blog post links to a Reddit thread, which includes this link to the missing wheel.py:lidnariq wrote:Aw, he doesn't seem to have shared his work :(
zeroone: Is the modified ROM available for download?Also, the various code snippets on the blog post are linked to GitHub versions. If you go up one level from any of those, that's an alternative way to find the wheel.py he didn't explicitly share in the blog post.
cnbeau: Alas no, for fear that someone at Merv Griffin Enterprises is on the lookout for 30-year-old copyright infringement. But if you could somehow locate the original ROM, maybe the following python3 script would build the new one for you https://gist.github.com/ChrisBeaumont/2 ... f64d6910d2
_ _ _
The blog post says:
I guess the author of the blog post either didn't search to see if others had done similar work or didn't think of good enough search terms to find others' work. Googling NES "Wheel of Fortune" hacking OR format got me links like this:There's almost certainly a lookup table in the game logic that gives the memory address of the first puzzle in each category [...]. There might be a lookup table that lists the memory offset for each puzzle. [...] In the end I decided to be paranoid and ensure that each new puzzle has the same category and number of characters as the old puzzle.
http://bmf.rustedlogic.net/oldboard/thread.php?id=88
http://www.zophar.net/forums/showthread.php?t=14547
These pages suggest there is a pointer for every puzzle, although they don't explain how to modify the categories.