Closed walshyb closed 9 months ago
Actually, issue was with my local setup! Accidentally created a tilemap alongside the text-font.2bpp
, and when doing so it was also modifying the .2bpp somehow, making it so the tiles would be missing 1 tile (the "o").
I was getting this:
Should look like this:
Ah, good then; AIUI then there's nothing to be fixed on our end?
Correct! I think it was all on my end. Good to close
Issue
In Galactic Armada, letters after "n" in the text macro charmap are offset by 1 because the there isn't a title dedicated to "O", it is shared with "0" at position 10.
This makes it so when you load the game, instead of "PRESS A TO PLAY" under the title, you see "QSETT A UP QLAZ".
Output upon starting game:
Steps to reproduce
galactic-armada
make
GalacticArmada.gb
file with your emulator of choice.Credit
Shout out to
pichu___.
on the gbdev Discord for helping find and solve the issue!