git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

commit f75ee7cc72ea5b776bc46040b88e4b41704b9b3c
parent 81cea0ff3acb3bda2a1878490418f92704614f87
Author: Toxa <56631470+untoxa@users.noreply.github.com>
Date:   Wed, 29 Dec 2021 11:57:41 +0300

Merge pull request #294 from splch/patch-1

Fix letter U appearing as K
Diffstat:
Mgbdk-lib/libc/targets/gbz80/f_min.s2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gbdk-lib/libc/targets/gbz80/f_min.s b/gbdk-lib/libc/targets/gbz80/f_min.s @@ -18,7 +18,7 @@ _font_min:: .byte 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ; All map to space .byte 01,02,03,04,05,06,07,08,09,10,00,00,00,00,00,00 .byte 00,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25 - .byte 26,27,28,29,30,21,32,33,34,35,36,00,00,00,00,00 + .byte 26,27,28,29,30,31,32,33,34,35,36,00,00,00,00,00 .byte 00,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25 .byte 26,27,28,29,30,31,32,33,34,35,36,00,00,00,00,00

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.