Thanks! I’m adding some extra features to it as well, one thing I just finished implementing is a cleanup of the “Recently Played” screen:
- Removed the folder paths so only the game name is shown
- Added game system icons
- Made the screen scrollable and increased the total list size from 10 up to 64
- Fixed an issue with the clock showing up and overlapping the title
In terms of the design, I'm creating the theme in a 2-bit style like the original Gameboy (i.e., only 4 colors). The current style is similar to the classic Gameboy green, but I'm going to rewrite the code so that the theme can support custom palettes, similar to the way the Gameboy Color colorizes original Gameboy games. The theme is currently a "light" theme, I intend to also support a "dark" version as well.
I'm also looking at customizing the fonts, if it's possible within the GBA's memory limitations I might try to include a list of user-selectable fonts.
Once I get a little further along and have more to share, I'll start a new thread so I'm not clogging up
@Sterophonick's thread here
.
EDIT: With some tips from Sterophonick to point me in the right direction, I managed to crack the code on generating new font files for the EZ Flash! To celebrate, I loaded up my cartridge with this fun but ridiculously unreadable font
View attachment 304649