bogax #26 Posted May 26, 2020 (edited) 1 hour ago, atari2600land said: How do I get rid of those 5 extra pfblocks that have turned themselves on? I tried turning them off with "pfhline 0 11 31 off" but it broke the 10x8 grid code for no apparent reason. 1line13.bas has 10 lines in the playfield definition I don't know why pfhline isn't working, but maybe that has something to do with it Edited May 26, 2020 by bogax Quote Share this post Link to post Share on other sites
bogax #27 Posted May 26, 2020 (edited) heh I just realized you're telling it to turn on the 12th line in phline (you want row 10) Edited May 26, 2020 by bogax Quote Share this post Link to post Share on other sites
+atari2600land #28 Posted May 26, 2020 I found the culprit: var46 put those pfblocks on the screen. I don't know why, but it did. So I replaced var46 with bally and it works now. EDIT: using anything other than var47 puts pfblocks on the screen. Fortunately I had an unused variable, g, to use for the line detection, so I used it. 1line14.zip 1 Quote Share this post Link to post Share on other sites
+atari2600land #29 Posted May 26, 2020 The next version will look like this: Quote Share this post Link to post Share on other sites
+atari2600land #30 Posted May 26, 2020 New puzzle #6. New layout. 1line15.zip Quote Share this post Link to post Share on other sites
ZeroPage Homebrew #31 Posted May 27, 2020 8 minutes ago, atari2600land said: New puzzle #6. New layout. Nice, puzzle #6 took about 5 tries before I got it, pretty good one. I was finally able to solve puzzle #4 earlier today (figured out 1-3 on the show). Puzzle #5 still eludes me but I'll keep at it. - James Quote Share this post Link to post Share on other sites
ZeroPage Homebrew #32 Posted May 27, 2020 (edited) Just found a bug I think, I was working on Puzzle #5 and didn't get it right. I pressed the button to stop drawing and start over and it said I got it right? Here's what it looked like. EDIT: This also resulted in a win state: Edited May 27, 2020 by ZeroPage Homebrew Quote Share this post Link to post Share on other sites
+atari2600land #33 Posted May 27, 2020 I'll look into it tomorrow. I need sleep. Quote Share this post Link to post Share on other sites
+atari2600land #34 Posted May 27, 2020 As I was trying to go to sleep, I thought of what the cause might be. Try this. 1line16.zip Quote Share this post Link to post Share on other sites
ZeroPage Homebrew #35 Posted May 27, 2020 2 hours ago, atari2600land said: As I was trying to go to sleep, I thought of what the cause might be. Try this. That's got it! Sorry for causing you to lay awake thinking of code. 🙂 Quote Share this post Link to post Share on other sites
+atari2600land #36 Posted May 27, 2020 No problem. I have trouble falling asleep every night. Quote Share this post Link to post Share on other sites