Jump to navigation Jump to search
m (fixed whitespace)
No edit summary
Line 8: Line 8:


The source code for the game is protected. Attempting to use the '''list''' command will do a quick reset (similar to the {{kbd|Run Stop}} + {{kbd|Restore}} combination).
The source code for the game is protected. Attempting to use the '''list''' command will do a quick reset (similar to the {{kbd|Run Stop}} + {{kbd|Restore}} combination).
LIST the BASIC source code to discover variables. To do so, first perform a soft reset with the game in memory, then change the start of BASIC address to $4001 with:
```POKE44,40:POKE45,1```


For full information on these commands, you should consult the Commodore 64 programmer's reference guide or the Commodore user manual.  
For full information on these commands, you should consult the Commodore 64 programmer's reference guide or the Commodore user manual.