My homebrew stuff....

This is an archive of a topic from NESdev BBS, taken in mid-October 2019 before a server upgrade.
View original topic
My homebrew stuff....
by on (#96838)
Hi, I'm Rai. For a while I've been doing ASM hacking for SNES games for a long time. I've done some pretty complex ASM hacks, such as adding VWF's to Japanese games with fixed width text routines.

Anyways, after reading through some source code and a couple days of debugging my own code, I came up with this...

https://www.youtube.com/watch?v=ND9y3smGyCo

This is basically a text box, which also has letters displaying over it. It also has a custom line break code that I wrote myself.

How this routine works is that it first, DMA's the font and the message box tiles to VRAM. After that, it DMA's the tilemap for the letters and the textbox. It may sound pretty simple, but it took a while to do.

by on (#96839)
Looks nice. I hope you continue and put it to use in something original.

by on (#96842)
Looks nice.
Also I'd suggest you increase the vertical space between lines to make it more readable.

by on (#96852)
I'm usually intrigued by homebrew demos that show components of games. But it would be nice if the garbage tiles were off the screen, especially that weird dot in the corner of the textbox.