Changes
/* Notes */
== Notes ==
* Smoulder - A new file has been uploaded to correct some typos, however there is some additional problems with this game, that can be corrected with the follow patched lines:
<pre>
560 PEN 1:FOR n=1 TO 5:IF y>=6 THEN LOCATE x,y-n:PRINT"."
610 FOR n=1 TO 5:IF y>=6 THEN LOCATE x,y-n:PRINT" ":NEXT n
630 PEN 1:FOR n=1 TO 5:IF b<=20 THEN LOCATE a,b+n:PRINT"."
660 FOR n=1 TO 5:IF b<=19 THEN LOCATE a,b+n:PRINT" ":NEXT n
</pre>
== Download ==