Mte90 / GBAATM-Rebirth

From the original source code a new rebirth, to add a Trainer in your GBA roms!
GNU General Public License v3.0
58 stars 3 forks source link

Change background image issues #16

Open f3bandit opened 2 years ago

f3bandit commented 2 years ago

I have tried changing the background, and selection bar images using just solid colored bitmaps. But all I get is a black screen at the code toggle page. do they need to be in a specific format, or bit depth?

Mte90 commented 2 years ago

It is the right dimension? About the bitmap I didn't investigated how the code works and what bit depth of image when I ported the code on this new UI. I guess as the project was released around 2003 probably the most oldest bitmap format possible.

f3bandit commented 2 years ago

yeah 240x160 for rthe bg and 240x14 for the selector bar. just like it states on the buttons

f3bandit commented 2 years ago

I looked at the file in the source and it's 24bit, so no idea why it's not working?!?!

Mte90 commented 2 years ago

The big issue of this project it is how understand how works. I just ported the code to new UI and new C version but I have no idea how works internally... Probably the bitmap is not converted rightly as there is a byte by byte manipulation.

f3bandit commented 2 years ago

Gotcha, looking forward to the next version, also cheat codes work flawlessly ty so much. it really is a great tool.