zeta0134 / bhop

A FamiTracker compatible music driver for NES and FamiCom systems
MIT No Attribution
17 stars 3 forks source link

2A03 demo Shadow of the Ninja Stage 1 title overflow #17

Open Gumball2415 opened 6 months ago

Gumball2415 commented 6 months ago

The demo entry has an unusually long title which the graphics routine barely clears:

https://github.com/zeta0134/bhop/blob/30bb314e298ae6c897558d7682e1fc5ba519319e/demos/2a03/prg/main.s#L84

The loosely enforced 28 character limit is broken on this title, which has 29 instead, leaving a floating 1 character at the edge of the screen.

This floating character is only cleared when printing the title for song_smb or song_yakra, whose cursor overwrites and successfully clears the floating 1, due to being 28 characters in length and the cursor being one tile ahead of the title.

TheRealQuantam commented 6 months ago

Dang ninjas.