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
60 stars 3 forks source link

Evaluate new background #8

Open Mte90 opened 4 years ago

Mte90 commented 4 years ago

As it is a new release maybe a new background can be interesting.

Mte90 commented 4 years ago

Looking at the code https://github.com/Mte90/GBAATM-Rebirth/blob/master/core/romfuncs.cpp#L432 the background is there in a specific index.

The best thing to do is to split this file in various and keep a compiled version just to speed up and avoid other code changes.

Mte90 commented 4 years ago

With https://gist.github.com/Mte90/b074665a3fca87416cd11f409f111653 is possible to get as array a specific file but the original trainermenu.h includes also font and selection bar and maybe some code that during the generation get change for the input values.

Mte90 commented 4 years ago

Using https://github.com/Mte90/GBAATM-Rebirth/releases/tag/bin2array it is possible to generate some files but the content is not the same of trainerint variable at all so I need to investigate.

Mte90 commented 4 years ago

Maybe this tool https://github.com/LuckyLights/png2gb can help with that

Mte90 commented 3 years ago

There are also tools for this here http://www.richwhitehouse.com/index.php?content=inc_projects.php&showcat=GBA

Mte90 commented 1 year ago

Image converter for https://github.com/MrCheeseWasTaken/ImgToC