Would it be possible. Like when it boots up, instead of displaying "Red Version", I would like to change it to something else. It's for a rom hack I'm making.
I think what you're after is a tile editor. Just load it up and find the title screen tiles and change them, you can change the color of the text with a palette editor. I think VBA has some debugging tools that can tell you the Hex addresses of the tiles and color palettes.Would it be possible. Like when it boots up, instead of displaying "Red Version", I would like to change it to something else. It's for a rom hack I'm making.
If you are serious there is a disassembly of this game on github (cant really link because it builds the rom). You can edit the files and rebuild the game making it much easier than hex editing things.