- 36
- Posts
- 11
- Years
- Seen Jan 2, 2014
Nice to see this thread was reopened. Any advances in doing this with Emerald?
Why does my titlescreen show those messed up blocks?
They're along the bottom where the press start should be and it makes a sideways L with the blocks. It is as if they're the transparent ones but the color I chose is completely different. I can't post a link because I have posted 15 times yet lol so if anyone is willing to help direct message me and I can link up the image!
The answer is you made a mistake. Do it all over again. That's how mine got done right lol
Very nice tutorial! There were a few things that weren't very clear to me in the tutorial that caused me to struggle a bit.
To anyone trying this tutorial make sure you check the "automatically fix pointers" box in unlz-gba when writing your tilemap to the ROM (Step 6) as this box is not checked by default. aSeRo141414 finds this out in earlier posts.
Another thing to make sure you have repointed your bitmap to an offset that has enough memory for your bitmap (Step 4). Repointing to 800000 caused some strange glitches in my title screen and caused my ROM to crash when reaching the name player screen, but this might be due to me using JPAN?s hacked engine. In any case, it wouldn?t hurt to repoint to an offset that you know has enough memory for the bitmap. To do this, use FSF and enter the number of bytes you need for the bitmap (in my case around 45000 bytes) and make sure to search from the 800000 offset.
After the tutorial and these additional steps, I managed to get my title screen working! Thanks so much Black Charizard!