TheIncredibleHouk / MushroomMayhem

My own Mario Bros game written in 6502 Assembly.
6 stars 1 forks source link

Vine randomly choppy or split #41

Closed RetroMarine closed 7 years ago

RetroMarine commented 7 years ago

I was able to make it stop before it got to the top, chop it into two separate vines (break in the middle), and graphically show only one side. See pic. Sorry I forget which level, but it is definitely on the newest update. img_2500

ghost commented 7 years ago

When you did this, I assume you were moving to the left and back to the right real quick? Also, the break in the vine, was that just a graphical thing or was it physically not there?

RetroMarine commented 7 years ago

Yes, and it was NOT just graphical. I could not physically complete the climb without a jumping maneuver.

ghost commented 7 years ago

Okay, I've changed the code around to fix this issue, but, since it's hard to reproduce (essentially, the game needs to change a block on screen dynamically at the exact same time to happen), I'll leave it up to you guys to find it again :P