Jump to content
IGNORED

Game flickering black after title screen?


Tyler Frisbee

Recommended Posts

I recently added a title screen and for some reason my game flickers black after the title screen ends. It doesn't flicker when I don't add the title screen...any ideas? Thanks for the help!

Dragon Defense_Title.bas

Dragon Defense_Title.bas.bin

Edited by Tyler12464
Link to comment
Share on other sites

I dropped the ROM size from 16k to 8k and so I only use the two banks but the problem is persisting. I also thought that it might have something to do with my drawscreens, and adding some in certain parts of the program does somewhat decrease the amount of flickering, but it lags the game and the flickering is still very noticeable

Edited by Tyler12464
Link to comment
Share on other sites

You have some REMs without a space again and you have an if without a then:

_

   if r = 0 goto draw1

_

You should fix those problems, but that's not what is causing the flashing problem. You're also going over 262. All of those pfpixels are dragging the program down. Comment them out and you'll see that the flashing goes away.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...