git.y1.nz

gbdk-2020

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

commit 66be9aee86e2beb41cdb4d5e203fdfcedb7f1a31
parent 72a838fd62144c8db2e1113beec4c4929f9b21d8
Author: Toxa <untoxa@mail.ru>
Date:   Mon, 21 Dec 2020 20:54:40 +0300

minimal font mapping fixed (20-year bug)

Diffstat:
Mgbdk-lib/libc/gb/f_min.s2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gbdk-lib/libc/gb/f_min.s b/gbdk-lib/libc/gb/f_min.s @@ -19,7 +19,7 @@ _font_min:: .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 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 .db 0 .db 0b00000000

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