Jump to content
  • entries
    370
  • comments
    183
  • views
    9,634

Windows for Game Boy


Gamegearguy

155 views

So I was having trouble drawing the window shade on the window Frank enters in in "Frank the Fruit Fly." I tried using sprites, but that didn't work because of the fact that when two sprites overlap, it gives preference to the left-most one. This cut off a bit of Frank if you happened to stop at a certain place. Settled on an ugly window solution and went to sleep and woke up and while I was in the bathroom. Where I do some of my best thinking. Another place I do my best thinking is laying in bed.

Well, anyway, it hit me. I don't have to draw the shade with sprites. What if I instead drew it with background tiles? A bunch of code writing, testing, rewriting, and testing later, I had a version I was happy with.

ftfflevel5_1a.png.2323ae30734023ee9b1b6e47c4a76014.png

Frank didn't overlap anything except the background which is okay because the moving up and down shade is part of it. I also tried to fix a bug I discovered where the game crashed instead of going back to the title screen instead of the end. And I don't know if I fixed it because it happens so rarely. It hasn't happened yet though since I tried to fix it earlier this morning. I tried a bunch of times to trigger it but to no avail.

And in case you were wondering about the 5200, it works fine. I just need to get some more games and a better controller for it.

0 Comments


Recommended Comments

There are no comments to display.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...